#8CB8FB

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

Shades of Light Sky Blue #8CB8FB

Tints of Light Sky Blue #8CB8FB

Color information

#8CB8FB (or 0x8CB8FB) is unknown color: approx Light Sky Blue. HEX triplet: 8C, B8 and FB. RGB value is (140,184,251). Sum of RGB (Red+Green+Blue) = 140+184+251=575 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.35% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #8CB8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CB8FB is #734704. Grayscale: #B2B2B2. Windows color (decimal): -7554821 or 16496780. OLE color: 16496780.

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

Color convert

RGB140184251-
CMYK0.440.2700.02
HSL216.22º93.28%76.67%-
HSV(B)216.22º44.22%98.43%-
XYZ45.3746.8297.91-
YUV178.48168.92100.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.35%
GREEN value IS 184 (72.27% from 255) = 32%
BLUE value IS 251 (98.44% from 255) = 43.65%
R=24.35%
G=32%
B=43.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1401842510.440.2700.02216.2293.2876.67
Hex8CB8FB2C1B02d85d4d
Octal214270373543302330135115
Binary100011001011100011111011101100110110101101100010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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