#8BC7FE

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

Shades of Light Sky Blue #8BC7FE

Tints of Light Sky Blue #8BC7FE

Color information

#8BC7FE (or 0x8BC7FE) is unknown color: approx Light Sky Blue. HEX triplet: 8B, C7 and FE. RGB value is (139,199,254). Sum of RGB (Red+Green+Blue) = 139+199+254=592 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.48% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BC7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC7FE is #743801. Grayscale: #BBBBBB. Windows color (decimal): -7616514 or 16697227. OLE color: 16697227.

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

Color convert

RGB139199254-
CMYK0.450.2200.00
HSL208.7º98.29%77.06%-
HSV(B)208.7º45.28%99.61%-
XYZ48.9653.49101.51-
YUV187.33165.6293.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.48%
GREEN value IS 199 (78.12% from 255) = 33.61%
BLUE value IS 254 (99.61% from 255) = 42.91%
R=23.48%
G=33.61%
B=42.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1391992540.450.2200.00208.798.2977.06
Hex8BC7FE2D1600d1624d
Octal213307376552600321142115
Binary10001011110001111111111010110110110001101000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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