Html Css Color HEX #94EAE5 Blizzard Blue

📋 copy color: '#94EAE5'

red 148 ◦ green 234 ◦ blue 229

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

Shades of Blizzard Blue #94EAE5

Tints of Blizzard Blue #94EAE5

RGB

 RED value IS 148 (58.2% from 255) = 24.22%

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

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

R = 24.22%
G = 38.3%
B = 37.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#94EAE5 (or 0x94EAE5) is known color: Blizzard Blue. HEX triplet: 94, EA and E5. RGB value is (148,234,229). Sum of RGB (Red+Green+Blue) = 148+234+229=611 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.22% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #94EAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EAE5 is #6B151A. Grayscale: #CFCFCF. Windows color (decimal): -7017755 or 15067796. OLE color: 15067796.

HSL color Cylindrical-coordinate representation of color #94EAE5: hue angle of 176.51º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94EAE5 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 234 229 -
CMYK 0.37 0 0.02 0.08
HSL 176.51º 0.67% 0.75% -
HSV(B) 176.51º 0.37% 0.92% -
XYZ 55.78 70.8 84.85 -
YUV 207.72 140.01 85.41 -
System Red Green Blue C M Y K H S L
Decimal 148 234 229 0.37 0 0.02 0.08 176.51 0.67 0.75
Hex 94 EA E5 25 0 2 8 B1 43 4B
Octal 224 352 345 45 0 2 10 261 103 113
Binary 10010100 11101010 11100101 100101 0 10 1000 10110001 1000011 1001011

Color Harmonies of #94EAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EAE5

Black with #94EAE5

Text Example


Text Example

White with #94EAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94EAE5; }

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

 H1.HeaderClassName
 {
   color: #94EAE5;
 }
 .AnyTagClassName
 {
   color: #94EAE5;
 }
</style>

background-color css

<style>
 a { background-color: #94EAE5; }

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

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

border-color css

<style>
 span { border-color: #94EAE5; }

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

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