#8CB7FE

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

Shades of Light Sky Blue #8CB7FE

Tints of Light Sky Blue #8CB7FE

Color information

#8CB7FE (or 0x8CB7FE) is unknown color: approx Light Sky Blue. HEX triplet: 8C, B7 and FE. RGB value is (140,183,254). Sum of RGB (Red+Green+Blue) = 140+183+254=577 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.26% from 577); Green value is 183 (71.88% from 255 or 31.72% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CB7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CB7FE is #734801. Grayscale: #B1B1B1. Windows color (decimal): -7555074 or 16693132. OLE color: 16693132.

HSL color Cylindrical-coordinate representation of color #8CB7FE: hue angle of 217.37º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CB7FE is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB140183254-
CMYK0.450.2800.00
HSL217.37º98.28%77.25%-
HSV(B)217.37º44.88%99.61%-
XYZ45.6446.6100.35-
YUV178.24170.75100.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.26%
GREEN value IS 183 (71.88% from 255) = 31.72%
BLUE value IS 254 (99.61% from 255) = 44.02%
R=24.26%
G=31.72%
B=44.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1401832540.450.2800.00217.3798.2877.25
Hex8CB7FE2D1C00d9624d
Octal214267376553400331142115
Binary10001100101101111111111010110111100001101100111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,183,254); }

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

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

 a { background-color: rgb(140,183,254); }

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

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

 span { border-color: rgb(140,183,254); }

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