#8BC4FE

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

Shades of Light Sky Blue #8BC4FE

Tints of Light Sky Blue #8BC4FE

Color information

#8BC4FE (or 0x8BC4FE) is unknown color: approx Light Sky Blue. HEX triplet: 8B, C4 and FE. RGB value is (139,196,254). Sum of RGB (Red+Green+Blue) = 139+196+254=589 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.60% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BC4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC4FE is #743B01. Grayscale: #B9B9B9. Windows color (decimal): -7617282 or 16696459. OLE color: 16696459.

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

Color convert

RGB139196254-
CMYK0.450.2300.00
HSL210.26º98.29%77.06%-
HSV(B)210.26º45.28%99.61%-
XYZ48.2852.12101.28-
YUV185.57166.6294.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.60%
GREEN value IS 196 (76.95% from 255) = 33.28%
BLUE value IS 254 (99.61% from 255) = 43.12%
R=23.60%
G=33.28%
B=43.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1391962540.450.2300.00210.2698.2977.06
Hex8BC4FE2D1700d2624d
Octal213304376552700322142115
Binary10001011110001001111111010110110111001101001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,196,254); }

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

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

 a { background-color: rgb(139,196,254); }

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

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

 span { border-color: rgb(139,196,254); }

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