Html Css Color HEX #94E1EF Blizzard Blue

📋 copy color: '#94E1EF'

red 148 ◦ green 225 ◦ blue 239

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

Shades of Blizzard Blue #94E1EF

Tints of Blizzard Blue #94E1EF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.76%

 BLUE value IS 239 (93.75% from 255) = 39.05%

R = 24.18%
G = 36.76%
B = 39.05%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#94E1EF (or 0x94E1EF) is known color: Blizzard Blue. HEX triplet: 94, E1 and EF. RGB value is (148,225,239). Sum of RGB (Red+Green+Blue) = 148+225+239=612 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.18% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #94E1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94E1EF is #6B1E10. Grayscale: #CBCBCB. Windows color (decimal): -7020049 or 15720852. OLE color: 15720852.

HSL color Cylindrical-coordinate representation of color #94E1EF: hue angle of 189.23º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94E1EF is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 225 239 -
CMYK 0.38 0.06 0 0.06
HSL 189.23º 0.74% 0.76% -
HSV(B) 189.23º 0.38% 0.94% -
XYZ 54.72 66.38 91.59 -
YUV 203.57 147.99 88.36 -
System Red Green Blue C M Y K H S L
Decimal 148 225 239 0.38 0.06 0 0.06 189.23 0.74 0.76
Hex 94 E1 EF 26 6 0 6 BD 4A 4C
Octal 224 341 357 46 6 0 6 275 112 114
Binary 10010100 11100001 11101111 100110 110 0 110 10111101 1001010 1001100

Color Harmonies of #94E1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E1EF

Black with #94E1EF

Text Example


Text Example

White with #94E1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,225,239); }

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

background-color css

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

 a { background-color: rgb(148,225,239); }

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

border-color css

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

 span { border-color: rgb(148,225,239); }

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