#8CBAFB

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

Shades of Light Sky Blue #8CBAFB

Tints of Light Sky Blue #8CBAFB

Color information

#8CBAFB (or 0x8CBAFB) is unknown color: approx Light Sky Blue. HEX triplet: 8C, BA and FB. RGB value is (140,186,251). Sum of RGB (Red+Green+Blue) = 140+186+251=577 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.26% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #8CBAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBAFB is #734504. Grayscale: #B3B3B3. Windows color (decimal): -7554309 or 16497292. OLE color: 16497292.

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

Color convert

RGB140186251-
CMYK0.440.2600.02
HSL215.14º93.28%76.67%-
HSV(B)215.14º44.22%98.43%-
XYZ45.7947.6698.05-
YUV179.66168.2699.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.26%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 251 (98.44% from 255) = 43.50%
R=24.26%
G=32.24%
B=43.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1401862510.440.2600.02215.1493.2876.67
Hex8CBAFB2C1A02d75d4d
Octal214272373543202327135115
Binary100011001011101011111011101100110100101101011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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