#8BE0F1

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

Shades of Sky Blue #8BE0F1

Tints of Sky Blue #8BE0F1

Color information

#8BE0F1 (or 0x8BE0F1) is unknown color: approx Sky Blue. HEX triplet: 8B, E0 and F1. RGB value is (139,224,241). Sum of RGB (Red+Green+Blue) = 139+224+241=604 (80% of max value = 765). Red value is 139 (54.69% from 255 or 23.01% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BE0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE0F1 is #741F0E. Grayscale: #C8C8C8. Windows color (decimal): -7610127 or 15851659. OLE color: 15851659.

HSL color Cylindrical-coordinate representation of color #8BE0F1: hue angle of 190º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BE0F1 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB139224241-
CMYK0.420.0700.05
HSL190º78.46%74.51%-
HSV(B)190º42.32%94.51%-
XYZ53.1865.1592.99-
YUV200.52150.8484.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.01%
GREEN value IS 224 (87.89% from 255) = 37.09%
BLUE value IS 241 (94.53% from 255) = 39.90%
R=23.01%
G=37.09%
B=39.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1392242410.420.0700.0519078.4674.51
Hex8BE0F12A705be4e4b
Octal21334036152705276116113
Binary10001011111000001111000110101011101011011111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,224,241); }

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

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

 a { background-color: rgb(139,224,241); }

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

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

 span { border-color: rgb(139,224,241); }

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