Html Css Color HEX #8BE8E5 Blizzard Blue

📋 copy color: '#8BE8E5'

red 139 ◦ green 232 ◦ blue 229

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

Shades of Blizzard Blue #8BE8E5

Tints of Blizzard Blue #8BE8E5

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.67%

 BLUE value IS 229 (89.84% from 255) = 38.17%

R = 23.17%
G = 38.67%
B = 38.17%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#8BE8E5 (or 0x8BE8E5) is known color: Blizzard Blue. HEX triplet: 8B, E8 and E5. RGB value is (139,232,229). Sum of RGB (Red+Green+Blue) = 139+232+229=600 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.17% from 600); Green value is 232 (91.02% from 255 or 38.67% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 232 - color contains mainly: green. Hex color #8BE8E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE8E5 is #74171A. Grayscale: #CBCBCB. Windows color (decimal): -7608091 or 15067275. OLE color: 15067275.

HSL color Cylindrical-coordinate representation of color #8BE8E5: hue angle of 178.06º degrees, saturation: 0.67, 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 #8BE8E5 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 139 232 229 -
CMYK 0.40 0 0.01 0.09
HSL 178.06º 0.67% 0.73% -
HSV(B) 178.06º 0.4% 0.91% -
XYZ 53.65 68.86 84.59 -
YUV 203.85 142.19 81.74 -
System Red Green Blue C M Y K H S L
Decimal 139 232 229 0.40 0 0.01 0.09 178.06 0.67 0.73
Hex 8B E8 E5 28 0 1 9 B2 43 49
Octal 213 350 345 50 0 1 11 262 103 111
Binary 10001011 11101000 11100101 101000 0 1 1001 10110010 1000011 1001001

Color Harmonies of #8BE8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE8E5

Black with #8BE8E5

Text Example


Text Example

White with #8BE8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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