Html Css Color HEX #8AE5EE Blizzard Blue

📋 copy color: '#8AE5EE'

red 138 ◦ green 229 ◦ blue 238

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

Shades of Blizzard Blue #8AE5EE

Tints of Blizzard Blue #8AE5EE

RGB

 RED value IS 138 (54.3% from 255) = 22.81%

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

 BLUE value IS 238 (93.36% from 255) = 39.34%

R = 22.81%
G = 37.85%
B = 39.34%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8AE5EE (or 0x8AE5EE) is known color: Blizzard Blue. HEX triplet: 8A, E5 and EE. RGB value is (138,229,238). Sum of RGB (Red+Green+Blue) = 138+229+238=605 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.81% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #8AE5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AE5EE is #751A11. Grayscale: #CACACA. Windows color (decimal): -7674386 or 15656330. OLE color: 15656330.

HSL color Cylindrical-coordinate representation of color #8AE5EE: hue angle of 185.4º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AE5EE is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 229 238 -
CMYK 0.42 0.04 0 0.07
HSL 185.4º 0.75% 0.74% -
HSV(B) 185.4º 0.42% 0.93% -
XYZ 53.93 67.61 91.1 -
YUV 202.82 147.85 81.77 -
System Red Green Blue C M Y K H S L
Decimal 138 229 238 0.42 0.04 0 0.07 185.4 0.75 0.74
Hex 8A E5 EE 2A 4 0 7 B9 4B 4A
Octal 212 345 356 52 4 0 7 271 113 112
Binary 10001010 11100101 11101110 101010 100 0 111 10111001 1001011 1001010

Color Harmonies of #8AE5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AE5EE

Black with #8AE5EE

Text Example


Text Example

White with #8AE5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,229,238); }

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

background-color css

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

 a { background-color: rgb(138,229,238); }

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

border-color css

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

 span { border-color: rgb(138,229,238); }

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