#8DC9FA

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

Shades of Light Sky Blue #8DC9FA

Tints of Light Sky Blue #8DC9FA

Color information

#8DC9FA (or 0x8DC9FA) is unknown color: approx Light Sky Blue. HEX triplet: 8D, C9 and FA. RGB value is (141,201,250). Sum of RGB (Red+Green+Blue) = 141+201+250=592 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.82% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DC9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC9FA is #723605. Grayscale: #BCBCBC. Windows color (decimal): -7484934 or 16435597. OLE color: 16435597.

HSL color Cylindrical-coordinate representation of color #8DC9FA: hue angle of 206.97º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DC9FA is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141201250-
CMYK0.440.2000.02
HSL206.97º91.6%76.67%-
HSV(B)206.97º43.6%98.04%-
XYZ49.1354.3498.34-
YUV188.65162.6294.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.82%
GREEN value IS 201 (78.91% from 255) = 33.95%
BLUE value IS 250 (98.05% from 255) = 42.23%
R=23.82%
G=33.95%
B=42.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412012500.440.2000.02206.9791.676.67
Hex8DC9FA2C1402cf5c4d
Octal215311372542402317134115
Binary100011011100100111111010101100101000101100111110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DC9FA; }

 p { color: rgb(141,201,250); }

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

<style>
 a { background-color: #8DC9FA; }

 a { background-color: rgb(141,201,250); }

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

<style>
 span { border-color: #8DC9FA; }

 span { border-color: rgb(141,201,250); }

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