#8DCCFF

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

Shades of Light Sky Blue #8DCCFF

Tints of Light Sky Blue #8DCCFF

Color information

#8DCCFF (or 0x8DCCFF) is unknown color: approx Light Sky Blue. HEX triplet: 8D, CC and FF. RGB value is (141,204,255). Sum of RGB (Red+Green+Blue) = 141+204+255=600 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.5% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DCCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCCFF is #723300. Grayscale: #BEBEBE. Windows color (decimal): -7484161 or 16764045. OLE color: 16764045.

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

Color convert

RGB141204255-
CMYK0.450.200
HSL206.84º100%77.65%-
HSV(B)206.84º44.71%100%-
XYZ50.6356.07102.76-
YUV190.98164.1392.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.5%
GREEN value IS 204 (80.08% from 255) = 34%
BLUE value IS 255 (100% from 255) = 42.5%
R=23.5%
G=34%
B=42.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412042550.450.200206.8410077.65
Hex8DCCFF2D1400cf644e
Octal215314377552400317144116
Binary10001101110011001111111110110110100001100111111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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