Html Css Color HEX #94F1EE Blizzard Blue

📋 copy color: '#94F1EE'

red 148 ◦ green 241 ◦ blue 238

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

Shades of Blizzard Blue #94F1EE

Tints of Blizzard Blue #94F1EE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.44%

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

R = 23.6%
G = 38.44%
B = 37.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#94F1EE (or 0x94F1EE) is known color: Blizzard Blue. HEX triplet: 94, F1 and EE. RGB value is (148,241,238). Sum of RGB (Red+Green+Blue) = 148+241+238=627 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.60% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 241 - color contains mainly: green. Hex color #94F1EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F1EE is #6B0E11. Grayscale: #D4D4D4. Windows color (decimal): -7015954 or 15659412. OLE color: 15659412.

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

Color convert

RGB 148 241 238 -
CMYK 0.39 0 0.01 0.05
HSL 178.06º 0.77% 0.76% -
HSV(B) 178.06º 0.39% 0.95% -
XYZ 59.1 75.38 92.32 -
YUV 212.85 142.19 81.74 -
System Red Green Blue C M Y K H S L
Decimal 148 241 238 0.39 0 0.01 0.05 178.06 0.77 0.76
Hex 94 F1 EE 27 0 1 5 B2 4D 4C
Octal 224 361 356 47 0 1 5 262 115 114
Binary 10010100 11110001 11101110 100111 0 1 101 10110010 1001101 1001100

Color Harmonies of #94F1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F1EE

Black with #94F1EE

Text Example


Text Example

White with #94F1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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