Html Css Color HEX #8BEAE5 Blizzard Blue

📋 copy color: '#8BEAE5'

red 139 ◦ green 234 ◦ blue 229

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

Shades of Blizzard Blue #8BEAE5

Tints of Blizzard Blue #8BEAE5

RGB

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

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

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

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

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#8BEAE5 (or 0x8BEAE5) is known color: Blizzard Blue. HEX triplet: 8B, EA and E5. RGB value is (139,234,229). Sum of RGB (Red+Green+Blue) = 139+234+229=602 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.09% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 234 - color contains mainly: green. Hex color #8BEAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEAE5 is #74151A. Grayscale: #CCCCCC. Windows color (decimal): -7607579 or 15067787. OLE color: 15067787.

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

Color convert

RGB 139 234 229 -
CMYK 0.41 0 0.02 0.08
HSL 176.84º 0.69% 0.73% -
HSV(B) 176.84º 0.41% 0.92% -
XYZ 54.21 69.99 84.78 -
YUV 205.03 141.53 80.91 -
System Red Green Blue C M Y K H S L
Decimal 139 234 229 0.41 0 0.02 0.08 176.84 0.69 0.73
Hex 8B EA E5 29 0 2 8 B1 45 49
Octal 213 352 345 51 0 2 10 261 105 111
Binary 10001011 11101010 11100101 101001 0 10 1000 10110001 1000101 1001001

Color Harmonies of #8BEAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEAE5

Black with #8BEAE5

Text Example


Text Example

White with #8BEAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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