#8CCBFC

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

Shades of Light Sky Blue #8CCBFC

Tints of Light Sky Blue #8CCBFC

Color information

#8CCBFC (or 0x8CCBFC) is unknown color: approx Light Sky Blue. HEX triplet: 8C, CB and FC. RGB value is (140,203,252). Sum of RGB (Red+Green+Blue) = 140+203+252=595 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.53% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CCBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCBFC is #733403. Grayscale: #BDBDBD. Windows color (decimal): -7549956 or 16567180. OLE color: 16567180.

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

Color convert

RGB140203252-
CMYK0.440.1900.01
HSL206.25º94.92%76.86%-
HSV(B)206.25º44.44%98.82%-
XYZ49.7455.32100.15-
YUV189.75163.1392.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.53%
GREEN value IS 203 (79.69% from 255) = 34.12%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=23.53%
G=34.12%
B=42.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1402032520.440.1900.01206.2594.9276.86
Hex8CCBFC2C1301ce5f4d
Octal214313374542301316137115
Binary10001100110010111111110010110010011011100111010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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