#8DCEFF

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

Shades of Light Sky Blue #8DCEFF

Tints of Light Sky Blue #8DCEFF

Color information

#8DCEFF (or 0x8DCEFF) is unknown color: approx Light Sky Blue. HEX triplet: 8D, CE and FF. RGB value is (141,206,255). Sum of RGB (Red+Green+Blue) = 141+206+255=602 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.42% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DCEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCEFF is #723100. Grayscale: #BFBFBF. Windows color (decimal): -7483649 or 16764557. OLE color: 16764557.

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

Color convert

RGB141206255-
CMYK0.450.1900
HSL205.79º100%77.65%-
HSV(B)205.79º44.71%100%-
XYZ51.1157.03102.92-
YUV192.15163.4791.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.42%
GREEN value IS 206 (80.86% from 255) = 34.22%
BLUE value IS 255 (100% from 255) = 42.36%
R=23.42%
G=34.22%
B=42.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412062550.450.1900205.7910077.65
Hex8DCEFF2D1300ce644e
Octal215316377552300316144116
Binary10001101110011101111111110110110011001100111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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