Html Css Color HEX #94EAE2 Blizzard Blue

📋 copy color: '#94EAE2'

red 148 ◦ green 234 ◦ blue 226

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

Shades of Blizzard Blue #94EAE2

Tints of Blizzard Blue #94EAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.17%

R = 24.34%
G = 38.49%
B = 37.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#94EAE2 (or 0x94EAE2) is known color: Blizzard Blue. HEX triplet: 94, EA and E2. RGB value is (148,234,226). Sum of RGB (Red+Green+Blue) = 148+234+226=608 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.34% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 226 (88.67% from 255 or 37.17% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #94EAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EAE2 is #6B151D. Grayscale: #CFCFCF. Windows color (decimal): -7017758 or 14871188. OLE color: 14871188.

HSL color Cylindrical-coordinate representation of color #94EAE2: hue angle of 174.42º 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 #94EAE2 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 234 226 -
CMYK 0.37 0 0.03 0.08
HSL 174.42º 0.67% 0.75% -
HSV(B) 174.42º 0.37% 0.92% -
XYZ 55.36 70.63 82.67 -
YUV 207.37 138.51 85.65 -
System Red Green Blue C M Y K H S L
Decimal 148 234 226 0.37 0 0.03 0.08 174.42 0.67 0.75
Hex 94 EA E2 25 0 3 8 AE 43 4B
Octal 224 352 342 45 0 3 10 256 103 113
Binary 10010100 11101010 11100010 100101 0 11 1000 10101110 1000011 1001011

Color Harmonies of #94EAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EAE2

Black with #94EAE2

Text Example


Text Example

White with #94EAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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