#8CCBFA

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

Shades of Light Sky Blue #8CCBFA

Tints of Light Sky Blue #8CCBFA

Color information

#8CCBFA (or 0x8CCBFA) is unknown color: approx Light Sky Blue. HEX triplet: 8C, CB and FA. RGB value is (140,203,250). Sum of RGB (Red+Green+Blue) = 140+203+250=593 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.61% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #8CCBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCBFA is #733405. Grayscale: #BDBDBD. Windows color (decimal): -7549958 or 16436108. OLE color: 16436108.

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

Color convert

RGB140203250-
CMYK0.440.1900.02
HSL205.64º91.67%76.47%-
HSV(B)205.64º44%98.04%-
XYZ49.4355.1998.49-
YUV189.52162.1392.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.61%
GREEN value IS 203 (79.69% from 255) = 34.23%
BLUE value IS 250 (98.05% from 255) = 42.16%
R=23.61%
G=34.23%
B=42.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402032500.440.1900.02205.6491.6776.47
Hex8CCBFA2C1302ce5c4c
Octal214313372542302316134114
Binary100011001100101111111010101100100110101100111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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