#8CBCFE

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

Shades of Light Sky Blue #8CBCFE

Tints of Light Sky Blue #8CBCFE

Color information

#8CBCFE (or 0x8CBCFE) is unknown color: approx Light Sky Blue. HEX triplet: 8C, BC and FE. RGB value is (140,188,254). Sum of RGB (Red+Green+Blue) = 140+188+254=582 (77% of max value = 765). Red value is 140 (55.08% from 255 or 24.05% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CBCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBCFE is #734301. Grayscale: #B4B4B4. Windows color (decimal): -7553794 or 16694412. OLE color: 16694412.

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

Color convert

RGB140188254-
CMYK0.450.2600.00
HSL214.74º98.28%77.25%-
HSV(B)214.74º44.88%99.61%-
XYZ46.6948.7100.7-
YUV181.17169.198.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.05%
GREEN value IS 188 (73.83% from 255) = 32.30%
BLUE value IS 254 (99.61% from 255) = 43.64%
R=24.05%
G=32.30%
B=43.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1401882540.450.2600.00214.7498.2877.25
Hex8CBCFE2D1A00d7624d
Octal214274376553200327142115
Binary10001100101111001111111010110111010001101011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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