Html Css Color HEX #94F4F1 Blizzard Blue

📋 copy color: '#94F4F1'

red 148 ◦ green 244 ◦ blue 241

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

Shades of Blizzard Blue #94F4F1

Tints of Blizzard Blue #94F4F1

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.55%

 BLUE value IS 241 (94.53% from 255) = 38.07%

R = 23.38%
G = 38.55%
B = 38.07%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#94F4F1 (or 0x94F4F1) is known color: Blizzard Blue. HEX triplet: 94, F4 and F1. RGB value is (148,244,241). Sum of RGB (Red+Green+Blue) = 148+244+241=633 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.38% from 633); Green value is 244 (95.70% from 255 or 38.55% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 244 - color contains mainly: green. Hex color #94F4F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F4F1 is #6B0B0E. Grayscale: #D6D6D6. Windows color (decimal): -7015183 or 15856788. OLE color: 15856788.

HSL color Cylindrical-coordinate representation of color #94F4F1: hue angle of 178.12º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F4F1 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 244 241 -
CMYK 0.39 0 0.01 0.04
HSL 178.13º 0.81% 0.77% -
HSV(B) 178.13º 0.39% 0.96% -
XYZ 60.44 77.35 94.96 -
YUV 214.95 142.7 80.24 -
System Red Green Blue C M Y K H S L
Decimal 148 244 241 0.39 0 0.01 0.04 178.13 0.81 0.77
Hex 94 F4 F1 27 0 1 4 B2 51 4D
Octal 224 364 361 47 0 1 4 262 121 115
Binary 10010100 11110100 11110001 100111 0 1 100 10110010 1010001 1001101

Color Harmonies of #94F4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F4F1

Black with #94F4F1

Text Example


Text Example

White with #94F4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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