#8DD8FF

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

Shades of Light Sky Blue #8DD8FF

Tints of Light Sky Blue #8DD8FF

Color information

#8DD8FF (or 0x8DD8FF) is unknown color: approx Light Sky Blue. HEX triplet: 8D, D8 and FF. RGB value is (141,216,255). Sum of RGB (Red+Green+Blue) = 141+216+255=612 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.04% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DD8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD8FF is #722700. Grayscale: #C5C5C5. Windows color (decimal): -7481089 or 16767117. OLE color: 16767117.

HSL color Cylindrical-coordinate representation of color #8DD8FF: hue angle of 200.53º 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 #8DD8FF is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB141216255-
CMYK0.450.1500
HSL200.53º100%77.65%-
HSV(B)200.53º44.71%100%-
XYZ53.5961.99103.75-
YUV198.02160.1587.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.04%
GREEN value IS 216 (84.77% from 255) = 35.29%
BLUE value IS 255 (100% from 255) = 41.67%
R=23.04%
G=35.29%
B=41.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412162550.450.1500200.5310077.65
Hex8DD8FF2DF00c9644e
Octal215330377551700311144116
Binary1000110111011000111111111011011111001100100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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