#8DD2FF

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

Shades of Light Sky Blue #8DD2FF

Tints of Light Sky Blue #8DD2FF

Color information

#8DD2FF (or 0x8DD2FF) is unknown color: approx Light Sky Blue. HEX triplet: 8D, D2 and FF. RGB value is (141,210,255). Sum of RGB (Red+Green+Blue) = 141+210+255=606 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.27% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DD2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD2FF is #722D00. Grayscale: #C2C2C2. Windows color (decimal): -7482625 or 16765581. OLE color: 16765581.

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

Color convert

RGB141210255-
CMYK0.450.1800
HSL203.68º100%77.65%-
HSV(B)203.68º44.71%100%-
XYZ52.0858.98103.25-
YUV194.5162.1489.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.27%
GREEN value IS 210 (82.42% from 255) = 34.65%
BLUE value IS 255 (100% from 255) = 42.08%
R=23.27%
G=34.65%
B=42.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412102550.450.1800203.6810077.65
Hex8DD2FF2D1200cc644e
Octal215322377552200314144116
Binary10001101110100101111111110110110010001100110011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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