#8CC8FF

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

Shades of Light Sky Blue #8CC8FF

Tints of Light Sky Blue #8CC8FF

Color information

#8CC8FF (or 0x8CC8FF) is unknown color: approx Light Sky Blue. HEX triplet: 8C, C8 and FF. RGB value is (140,200,255). Sum of RGB (Red+Green+Blue) = 140+200+255=595 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.53% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CC8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC8FF is #733700. Grayscale: #BCBCBC. Windows color (decimal): -7550721 or 16763020. OLE color: 16763020.

HSL color Cylindrical-coordinate representation of color #8CC8FF: hue angle of 208.7º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CC8FF is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB140200255-
CMYK0.450.2200
HSL208.7º100%77.45%-
HSV(B)208.7º45.1%100%-
XYZ49.5254.1102.44-
YUV188.33165.6293.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.53%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 255 (100% from 255) = 42.86%
R=23.53%
G=33.61%
B=42.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1402002550.450.2200208.710077.45
Hex8CC8FF2D1600d1644d
Octal214310377552600321144115
Binary10001100110010001111111110110110110001101000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,200,255); }

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

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

 a { background-color: rgb(140,200,255); }

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

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

 span { border-color: rgb(140,200,255); }

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