#8BC2FE

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

Shades of Light Sky Blue #8BC2FE

Tints of Light Sky Blue #8BC2FE

Color information

#8BC2FE (or 0x8BC2FE) is unknown color: approx Light Sky Blue. HEX triplet: 8B, C2 and FE. RGB value is (139,194,254). Sum of RGB (Red+Green+Blue) = 139+194+254=587 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.68% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BC2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC2FE is #743D01. Grayscale: #B8B8B8. Windows color (decimal): -7617794 or 16695947. OLE color: 16695947.

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

Color convert

RGB139194254-
CMYK0.450.2400.00
HSL211.3º98.29%77.06%-
HSV(B)211.3º45.28%99.61%-
XYZ47.8351.23101.13-
YUV184.4167.2895.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.68%
GREEN value IS 194 (76.17% from 255) = 33.05%
BLUE value IS 254 (99.61% from 255) = 43.27%
R=23.68%
G=33.05%
B=43.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1391942540.450.2400.00211.398.2977.06
Hex8BC2FE2D1800d3624d
Octal213302376553000323142115
Binary10001011110000101111111010110111000001101001111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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