Html Css Color HEX #8BE7E5 Blizzard Blue

📋 copy color: '#8BE7E5'

red 139 ◦ green 231 ◦ blue 229

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

Shades of Blizzard Blue #8BE7E5

Tints of Blizzard Blue #8BE7E5

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.56%

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

R = 23.21%
G = 38.56%
B = 38.23%

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

#8BE7E5 (or 0x8BE7E5) is known color: Blizzard Blue. HEX triplet: 8B, E7 and E5. RGB value is (139,231,229). Sum of RGB (Red+Green+Blue) = 139+231+229=599 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.21% from 599); Green value is 231 (90.62% from 255 or 38.56% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 231 - color contains mainly: green. Hex color #8BE7E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE7E5 is #74181A. Grayscale: #CBCBCB. Windows color (decimal): -7608347 or 15067019. OLE color: 15067019.

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

Color convert

RGB 139 231 229 -
CMYK 0.40 0 0.01 0.09
HSL 178.7º 0.66% 0.73% -
HSV(B) 178.7º 0.4% 0.91% -
XYZ 53.37 68.3 84.5 -
YUV 203.26 142.52 82.16 -
System Red Green Blue C M Y K H S L
Decimal 139 231 229 0.40 0 0.01 0.09 178.7 0.66 0.73
Hex 8B E7 E5 28 0 1 9 B3 42 49
Octal 213 347 345 50 0 1 11 263 102 111
Binary 10001011 11100111 11100101 101000 0 1 1001 10110011 1000010 1001001

Color Harmonies of #8BE7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE7E5

Black with #8BE7E5

Text Example


Text Example

White with #8BE7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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