#8CC6FC

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

Shades of Light Sky Blue #8CC6FC

Tints of Light Sky Blue #8CC6FC

Color information

#8CC6FC (or 0x8CC6FC) is unknown color: approx Light Sky Blue. HEX triplet: 8C, C6 and FC. RGB value is (140,198,252). Sum of RGB (Red+Green+Blue) = 140+198+252=590 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.73% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CC6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC6FC is #733903. Grayscale: #BABABA. Windows color (decimal): -7551236 or 16565900. OLE color: 16565900.

HSL color Cylindrical-coordinate representation of color #8CC6FC: hue angle of 208.93º 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 #8CC6FC is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB140198252-
CMYK0.440.2100.01
HSL208.93º94.92%76.86%-
HSV(B)208.93º44.44%98.82%-
XYZ48.5852.9999.76-
YUV186.81164.7894.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.73%
GREEN value IS 198 (77.73% from 255) = 33.56%
BLUE value IS 252 (98.83% from 255) = 42.71%
R=23.73%
G=33.56%
B=42.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1401982520.440.2100.01208.9394.9276.86
Hex8CC6FC2C1501d15f4d
Octal214306374542501321137115
Binary10001100110001101111110010110010101011101000110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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