#8DC6FF

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

Shades of Light Sky Blue #8DC6FF

Tints of Light Sky Blue #8DC6FF

Color information

#8DC6FF (or 0x8DC6FF) is unknown color: approx Light Sky Blue. HEX triplet: 8D, C6 and FF. RGB value is (141,198,255). Sum of RGB (Red+Green+Blue) = 141+198+255=594 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.74% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DC6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC6FF is #723900. Grayscale: #BBBBBB. Windows color (decimal): -7485697 or 16762509. OLE color: 16762509.

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

Color convert

RGB141198255-
CMYK0.450.2200
HSL210º100%77.65%-
HSV(B)210º44.71%100%-
XYZ49.2353.27102.3-
YUV187.46166.1294.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.74%
GREEN value IS 198 (77.73% from 255) = 33.33%
BLUE value IS 255 (100% from 255) = 42.93%
R=23.74%
G=33.33%
B=42.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1411982550.450.220021010077.65
Hex8DC6FF2D1600d2644e
Octal215306377552600322144116
Binary10001101110001101111111110110110110001101001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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