Html Css Color HEX #94E7F4 Blizzard Blue

📋 copy color: '#94E7F4'

red 148 ◦ green 231 ◦ blue 244

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

Shades of Blizzard Blue #94E7F4

Tints of Blizzard Blue #94E7F4

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.08%

 BLUE value IS 244 (95.7% from 255) = 39.17%

R = 23.76%
G = 37.08%
B = 39.17%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#94E7F4 (or 0x94E7F4) is known color: Blizzard Blue. HEX triplet: 94, E7 and F4. RGB value is (148,231,244). Sum of RGB (Red+Green+Blue) = 148+231+244=623 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.76% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 244 (95.70% from 255 or 39.17% from 623); Max value from RGB is 244 - color contains mainly: blue. Hex color #94E7F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94E7F4 is #6B180B. Grayscale: #CFCFCF. Windows color (decimal): -7018508 or 16050068. OLE color: 16050068.

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

Color convert

RGB 148 231 244 -
CMYK 0.39 0.05 0 0.04
HSL 188.13º 0.81% 0.77% -
HSV(B) 188.13º 0.39% 0.96% -
XYZ 57.12 69.98 96.08 -
YUV 207.67 148.5 85.44 -
System Red Green Blue C M Y K H S L
Decimal 148 231 244 0.39 0.05 0 0.04 188.13 0.81 0.77
Hex 94 E7 F4 27 5 0 4 BC 51 4D
Octal 224 347 364 47 5 0 4 274 121 115
Binary 10010100 11100111 11110100 100111 101 0 100 10111100 1010001 1001101

Color Harmonies of #94E7F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E7F4

Black with #94E7F4

Text Example


Text Example

White with #94E7F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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