Html Css Color HEX #94F2EE Blizzard Blue

📋 copy color: '#94F2EE'

red 148 ◦ green 242 ◦ blue 238

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

Shades of Blizzard Blue #94F2EE

Tints of Blizzard Blue #94F2EE

RGB

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

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

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

R = 23.57%
G = 38.54%
B = 37.9%

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

#94F2EE (or 0x94F2EE) is known color: Blizzard Blue. HEX triplet: 94, F2 and EE. RGB value is (148,242,238). Sum of RGB (Red+Green+Blue) = 148+242+238=628 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.57% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #94F2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F2EE is #6B0D11. Grayscale: #D5D5D5. Windows color (decimal): -7015698 or 15659668. OLE color: 15659668.

HSL color Cylindrical-coordinate representation of color #94F2EE: hue angle of 177.45º 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 #94F2EE is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 242 238 -
CMYK 0.39 0 0.02 0.05
HSL 177.45º 0.78% 0.76% -
HSV(B) 177.45º 0.39% 0.95% -
XYZ 59.4 75.97 92.42 -
YUV 213.44 141.86 81.33 -
System Red Green Blue C M Y K H S L
Decimal 148 242 238 0.39 0 0.02 0.05 177.45 0.78 0.76
Hex 94 F2 EE 27 0 2 5 B1 4E 4C
Octal 224 362 356 47 0 2 5 261 116 114
Binary 10010100 11110010 11101110 100111 0 10 101 10110001 1001110 1001100

Color Harmonies of #94F2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F2EE

Black with #94F2EE

Text Example


Text Example

White with #94F2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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