#8CC6FB

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

Shades of Light Sky Blue #8CC6FB

Tints of Light Sky Blue #8CC6FB

Color information

#8CC6FB (or 0x8CC6FB) is unknown color: approx Light Sky Blue. HEX triplet: 8C, C6 and FB. RGB value is (140,198,251). Sum of RGB (Red+Green+Blue) = 140+198+251=589 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.77% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #8CC6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC6FB is #733904. Grayscale: #BABABA. Windows color (decimal): -7551237 or 16500364. OLE color: 16500364.

HSL color Cylindrical-coordinate representation of color #8CC6FB: hue angle of 208.65º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CC6FB is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB140198251-
CMYK0.440.2100.02
HSL208.65º93.28%76.67%-
HSV(B)208.65º44.22%98.43%-
XYZ48.4252.9398.93-
YUV186.7164.2894.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.77%
GREEN value IS 198 (77.73% from 255) = 33.62%
BLUE value IS 251 (98.44% from 255) = 42.61%
R=23.77%
G=33.62%
B=42.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1401982510.440.2100.02208.6593.2876.67
Hex8CC6FB2C1502d15d4d
Octal214306373542502321135115
Binary100011001100011011111011101100101010101101000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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