#8CC4FF

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

Shades of Light Sky Blue #8CC4FF

Tints of Light Sky Blue #8CC4FF

Color information

#8CC4FF (or 0x8CC4FF) is unknown color: approx Light Sky Blue. HEX triplet: 8C, C4 and FF. RGB value is (140,196,255). Sum of RGB (Red+Green+Blue) = 140+196+255=591 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.69% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CC4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC4FF is #733B00. Grayscale: #B9B9B9. Windows color (decimal): -7551745 or 16761996. OLE color: 16761996.

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

Color convert

RGB140196255-
CMYK0.450.2300
HSL210.78º100%77.45%-
HSV(B)210.78º45.1%100%-
XYZ48.6152.28102.14-
YUV185.98166.9595.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.69%
GREEN value IS 196 (76.95% from 255) = 33.16%
BLUE value IS 255 (100% from 255) = 43.15%
R=23.69%
G=33.16%
B=43.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1401962550.450.2300210.7810077.45
Hex8CC4FF2D1700d3644d
Octal214304377552700323144115
Binary10001100110001001111111110110110111001101001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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