Html Css Color HEX #94F2EC Blizzard Blue

📋 copy color: '#94F2EC'

red 148 ◦ green 242 ◦ blue 236

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

Shades of Blizzard Blue #94F2EC

Tints of Blizzard Blue #94F2EC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.66%

 BLUE value IS 236 (92.58% from 255) = 37.7%

R = 23.64%
G = 38.66%
B = 37.7%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#94F2EC (or 0x94F2EC) is known color: Blizzard Blue. HEX triplet: 94, F2 and EC. RGB value is (148,242,236). Sum of RGB (Red+Green+Blue) = 148+242+236=626 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.64% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #94F2EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F2EC is #6B0D13. Grayscale: #D5D5D5. Windows color (decimal): -7015700 or 15528596. OLE color: 15528596.

HSL color Cylindrical-coordinate representation of color #94F2EC: hue angle of 176.17º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F2EC is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 242 236 -
CMYK 0.39 0 0.02 0.05
HSL 176.17º 0.78% 0.76% -
HSV(B) 176.17º 0.39% 0.95% -
XYZ 59.11 75.86 90.88 -
YUV 213.21 140.86 81.49 -
System Red Green Blue C M Y K H S L
Decimal 148 242 236 0.39 0 0.02 0.05 176.17 0.78 0.76
Hex 94 F2 EC 27 0 2 5 B0 4E 4C
Octal 224 362 354 47 0 2 5 260 116 114
Binary 10010100 11110010 11101100 100111 0 10 101 10110000 1001110 1001100

Color Harmonies of #94F2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F2EC

Black with #94F2EC

Text Example


Text Example

White with #94F2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,242,236); }

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

background-color css

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

 a { background-color: rgb(148,242,236); }

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

border-color css

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

 span { border-color: rgb(148,242,236); }

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