#8DD9FF

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

Shades of Light Sky Blue #8DD9FF

Tints of Light Sky Blue #8DD9FF

Color information

#8DD9FF (or 0x8DD9FF) is unknown color: approx Light Sky Blue. HEX triplet: 8D, D9 and FF. RGB value is (141,217,255). Sum of RGB (Red+Green+Blue) = 141+217+255=613 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.00% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DD9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD9FF is #722600. Grayscale: #C6C6C6. Windows color (decimal): -7480833 or 16767373. OLE color: 16767373.

HSL color Cylindrical-coordinate representation of color #8DD9FF: hue angle of 200º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DD9FF is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB141217255-
CMYK0.450.1500
HSL200º100%77.65%-
HSV(B)200º44.71%100%-
XYZ53.8562.51103.84-
YUV198.61159.8286.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.00%
GREEN value IS 217 (85.16% from 255) = 35.40%
BLUE value IS 255 (100% from 255) = 41.60%
R=23.00%
G=35.40%
B=41.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412172550.450.150020010077.65
Hex8DD9FF2DF00c8644e
Octal215331377551700310144116
Binary1000110111011001111111111011011111001100100011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,217,255); }

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

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

 a { background-color: rgb(141,217,255); }

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

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

 span { border-color: rgb(141,217,255); }

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