Html Css Color HEX #8AE8EA Blizzard Blue

📋 copy color: '#8AE8EA'

red 138 ◦ green 232 ◦ blue 234

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

Shades of Blizzard Blue #8AE8EA

Tints of Blizzard Blue #8AE8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.74%

R = 22.85%
G = 38.41%
B = 38.74%

CMYK

 C value IS 0.41

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8AE8EA (or 0x8AE8EA) is known color: Blizzard Blue. HEX triplet: 8A, E8 and EA. RGB value is (138,232,234). Sum of RGB (Red+Green+Blue) = 138+232+234=604 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.85% from 604); Green value is 232 (91.02% from 255 or 38.41% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #8AE8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AE8EA is #751715. Grayscale: #CCCCCC. Windows color (decimal): -7673622 or 15394954. OLE color: 15394954.

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

Color convert

RGB 138 232 234 -
CMYK 0.41 0.01 0 0.08
HSL 181.25º 0.7% 0.73% -
HSV(B) 181.25º 0.41% 0.92% -
XYZ 54.19 69.06 88.32 -
YUV 204.12 144.86 80.84 -
System Red Green Blue C M Y K H S L
Decimal 138 232 234 0.41 0.01 0 0.08 181.25 0.7 0.73
Hex 8A E8 EA 29 1 0 8 B5 46 49
Octal 212 350 352 51 1 0 10 265 106 111
Binary 10001010 11101000 11101010 101001 1 0 1000 10110101 1000110 1001001

Color Harmonies of #8AE8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AE8EA

Black with #8AE8EA

Text Example


Text Example

White with #8AE8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,232,234); }

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

background-color css

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

 a { background-color: rgb(138,232,234); }

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

border-color css

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

 span { border-color: rgb(138,232,234); }

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