Html Css Color HEX #94E8EE Blizzard Blue

📋 copy color: '#94E8EE'

red 148 ◦ green 232 ◦ blue 238

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

Shades of Blizzard Blue #94E8EE

Tints of Blizzard Blue #94E8EE

RGB

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

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

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

R = 23.95%
G = 37.54%
B = 38.51%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#94E8EE (or 0x94E8EE) is known color: Blizzard Blue. HEX triplet: 94, E8 and EE. RGB value is (148,232,238). Sum of RGB (Red+Green+Blue) = 148+232+238=618 (81% of max value = 765). Red value is 148 (58.20% from 255 or 23.95% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #94E8EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94E8EE is #6B1711. Grayscale: #CFCFCF. Windows color (decimal): -7018258 or 15657108. OLE color: 15657108.

HSL color Cylindrical-coordinate representation of color #94E8EE: hue angle of 184º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94E8EE is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 232 238 -
CMYK 0.38 0.03 0 0.07
HSL 184º 0.73% 0.76% -
HSV(B) 184º 0.38% 0.93% -
XYZ 56.5 70.18 91.46 -
YUV 207.57 145.17 85.51 -
System Red Green Blue C M Y K H S L
Decimal 148 232 238 0.38 0.03 0 0.07 184 0.73 0.76
Hex 94 E8 EE 26 3 0 7 B8 49 4C
Octal 224 350 356 46 3 0 7 270 111 114
Binary 10010100 11101000 11101110 100110 11 0 111 10111000 1001001 1001100

Color Harmonies of #94E8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E8EE

Black with #94E8EE

Text Example


Text Example

White with #94E8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,232,238); }

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

background-color css

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

 a { background-color: rgb(148,232,238); }

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

border-color css

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

 span { border-color: rgb(148,232,238); }

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