#8CC2FC

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

Shades of Light Sky Blue #8CC2FC

Tints of Light Sky Blue #8CC2FC

Color information

#8CC2FC (or 0x8CC2FC) is unknown color: approx Light Sky Blue. HEX triplet: 8C, C2 and FC. RGB value is (140,194,252). Sum of RGB (Red+Green+Blue) = 140+194+252=586 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.89% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CC2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC2FC is #733D03. Grayscale: #B8B8B8. Windows color (decimal): -7552260 or 16564876. OLE color: 16564876.

HSL color Cylindrical-coordinate representation of color #8CC2FC: hue angle of 211.07º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CC2FC is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB140194252-
CMYK0.440.2300.01
HSL211.07º94.92%76.86%-
HSV(B)211.07º44.44%98.82%-
XYZ47.6851.1999.46-
YUV184.47166.1196.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.89%
GREEN value IS 194 (76.17% from 255) = 33.11%
BLUE value IS 252 (98.83% from 255) = 43.00%
R=23.89%
G=33.11%
B=43.00%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1401942520.440.2300.01211.0794.9276.86
Hex8CC2FC2C1701d35f4d
Octal214302374542701323137115
Binary10001100110000101111110010110010111011101001110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,194,252); }

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

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

 a { background-color: rgb(140,194,252); }

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

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

 span { border-color: rgb(140,194,252); }

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