Html Css Color HEX #8BE5EA Blizzard Blue

📋 copy color: '#8BE5EA'

red 139 ◦ green 229 ◦ blue 234

#8BE5EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blizzard Blue #8BE5EA

Tints of Blizzard Blue #8BE5EA

RGB

 RED value IS 139 (54.69% from 255) = 23.09%

 GREEN value IS 229 (89.84% from 255) = 38.04%

 BLUE value IS 234 (91.8% from 255) = 38.87%

R = 23.09%
G = 38.04%
B = 38.87%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8BE5EA (or 0x8BE5EA) is known color: Blizzard Blue. HEX triplet: 8B, E5 and EA. RGB value is (139,229,234). Sum of RGB (Red+Green+Blue) = 139+229+234=602 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.09% from 602); Green value is 229 (89.84% from 255 or 38.04% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BE5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE5EA is #741A15. Grayscale: #CACACA. Windows color (decimal): -7608854 or 15394187. OLE color: 15394187.

HSL color Cylindrical-coordinate representation of color #8BE5EA: hue angle of 183.16º degrees, saturation: 0.69, 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 #8BE5EA is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 139 229 234 -
CMYK 0.41 0.02 0 0.08
HSL 183.16º 0.69% 0.73% -
HSV(B) 183.16º 0.41% 0.92% -
XYZ 53.52 67.47 88.04 -
YUV 202.66 145.68 82.59 -
System Red Green Blue C M Y K H S L
Decimal 139 229 234 0.41 0.02 0 0.08 183.16 0.69 0.73
Hex 8B E5 EA 29 2 0 8 B7 45 49
Octal 213 345 352 51 2 0 10 267 105 111
Binary 10001011 11100101 11101010 101001 10 0 1000 10110111 1000101 1001001

Color Harmonies of #8BE5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE5EA

Black with #8BE5EA

Text Example


Text Example

White with #8BE5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,229,234); }

 H1.HeaderClassName
 {
   color: #8BE5EA;
 }
 .AnyTagClassName
 {
   color: #8BE5EA;
 }
</style>

background-color css

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

 a { background-color: rgb(139,229,234); }

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

border-color css

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

 span { border-color: rgb(139,229,234); }

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