Html Css Color HEX #8BE9E8 Blizzard Blue

📋 copy color: '#8BE9E8'

red 139 ◦ green 233 ◦ blue 232

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

Shades of Blizzard Blue #8BE9E8

Tints of Blizzard Blue #8BE9E8

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.58%

 BLUE value IS 232 (91.02% from 255) = 38.41%

R = 23.01%
G = 38.58%
B = 38.41%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.00

 K value IS 0.09

RGB Variations

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

Color information

#8BE9E8 (or 0x8BE9E8) is known color: Blizzard Blue. HEX triplet: 8B, E9 and E8. RGB value is (139,233,232). Sum of RGB (Red+Green+Blue) = 139+233+232=604 (80% of max value = 765). Red value is 139 (54.69% from 255 or 23.01% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 233 - color contains mainly: green. Hex color #8BE9E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BE9E8 is #741617. Grayscale: #CCCCCC. Windows color (decimal): -7607832 or 15264139. OLE color: 15264139.

HSL color Cylindrical-coordinate representation of color #8BE9E8: hue angle of 179.36º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BE9E8 is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 139 233 232 -
CMYK 0.40 0 0.00 0.09
HSL 179.36º 0.68% 0.73% -
HSV(B) 179.36º 0.4% 0.91% -
XYZ 54.35 69.59 86.91 -
YUV 204.78 143.36 81.08 -
System Red Green Blue C M Y K H S L
Decimal 139 233 232 0.40 0 0.00 0.09 179.36 0.68 0.73
Hex 8B E9 E8 28 0 0 9 B3 44 49
Octal 213 351 350 50 0 0 11 263 104 111
Binary 10001011 11101001 11101000 101000 0 0 1001 10110011 1000100 1001001

Color Harmonies of #8BE9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE9E8

Black with #8BE9E8

Text Example


Text Example

White with #8BE9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,233,232); }

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

background-color css

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

 a { background-color: rgb(139,233,232); }

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

border-color css

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

 span { border-color: rgb(139,233,232); }

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