#8CBEFE

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

Shades of Light Sky Blue #8CBEFE

Tints of Light Sky Blue #8CBEFE

Color information

#8CBEFE (or 0x8CBEFE) is unknown color: approx Light Sky Blue. HEX triplet: 8C, BE and FE. RGB value is (140,190,254). Sum of RGB (Red+Green+Blue) = 140+190+254=584 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.97% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CBEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBEFE is #734101. Grayscale: #B6B6B6. Windows color (decimal): -7553282 or 16694924. OLE color: 16694924.

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

Color convert

RGB140190254-
CMYK0.450.2500.00
HSL213.68º98.28%77.25%-
HSV(B)213.68º44.88%99.61%-
XYZ47.1249.56100.85-
YUV182.35168.4497.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.97%
GREEN value IS 190 (74.61% from 255) = 32.53%
BLUE value IS 254 (99.61% from 255) = 43.49%
R=23.97%
G=32.53%
B=43.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1401902540.450.2500.00213.6898.2877.25
Hex8CBEFE2D1900d6624d
Octal214276376553100326142115
Binary10001100101111101111111010110111001001101011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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