#83C4FC

Color #83C4FC Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #83C4FC

Tints of Light Sky Blue #83C4FC

Color information

#83C4FC (or 0x83C4FC) is unknown color: approx Light Sky Blue. HEX triplet: 83, C4 and FC. RGB value is (131,196,252). Sum of RGB (Red+Green+Blue) = 131+196+252=579 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.63% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #83C4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C4FC is #7C3B03. Grayscale: #B6B6B6. Windows color (decimal): -8141572 or 16565379. OLE color: 16565379.

HSL color Cylindrical-coordinate representation of color #83C4FC: hue angle of 207.77º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83C4FC is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB131196252-
CMYK0.480.2200.01
HSL207.77º95.28%75.1%-
HSV(B)207.77º48.02%98.82%-
XYZ46.6751.3399.54-
YUV182.95166.9790.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 22.63%
GREEN value IS 196 (76.95% from 255) = 33.85%
BLUE value IS 252 (98.83% from 255) = 43.52%
R=22.63%
G=33.85%
B=43.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1311962520.480.2200.01207.7795.2875.1
Hex83C4FC301601d05f4b
Octal203304374602601320137113
Binary10000011110001001111110011000010110011101000010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83C4FC; }

 p { color: rgb(131,196,252); }

 H1.HeaderClassName
 {
   color: #83C4FC;
 }
 .AnyTagClassName
 {
   color: #83C4FC;
 }
</style>
background-color css

<style>
 a { background-color: #83C4FC; }

 a { background-color: rgb(131,196,252); }

 div.DivClassName
 {
   background-color: #83C4FC;
 }
 .BgClassName
 {
   background-color: #83C4FC;
 }
</style>
border-color css

<style>
 span { border-color: #83C4FC; }

 span { border-color: rgb(131,196,252); }

 td.TdClassName
 {
   border-color: #83C4FC;
 }
 .TagClassName
 {
   border-color: #83C4FC;
 }
</style>