#8BE0EB

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

Shades of Sky Blue #8BE0EB

Tints of Sky Blue #8BE0EB

Color information

#8BE0EB (or 0x8BE0EB) is unknown color: approx Sky Blue. HEX triplet: 8B, E0 and EB. RGB value is (139,224,235). Sum of RGB (Red+Green+Blue) = 139+224+235=598 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.24% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BE0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE0EB is #741F14. Grayscale: #C7C7C7. Windows color (decimal): -7610133 or 15458443. OLE color: 15458443.

HSL color Cylindrical-coordinate representation of color #8BE0EB: hue angle of 186.88º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BE0EB is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139224235-
CMYK0.410.0500.08
HSL186.88º70.59%73.33%-
HSV(B)186.88º40.85%92.16%-
XYZ52.364.888.35-
YUV199.84147.8484.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.24%
GREEN value IS 224 (87.89% from 255) = 37.46%
BLUE value IS 235 (92.19% from 255) = 39.30%
R=23.24%
G=37.46%
B=39.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1392242350.410.0500.08186.8870.5973.33
Hex8BE0EB29508bb4749
Octal213340353515010273107111
Binary100010111110000011101011101001101010001011101110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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