Html Css Color HEX #94E8F6 Blizzard Blue

📋 copy color: '#94E8F6'

red 148 ◦ green 232 ◦ blue 246

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

Shades of Blizzard Blue #94E8F6

Tints of Blizzard Blue #94E8F6

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.06%

 BLUE value IS 246 (96.48% from 255) = 39.3%

R = 23.64%
G = 37.06%
B = 39.3%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#94E8F6 (or 0x94E8F6) is known color: Blizzard Blue. HEX triplet: 94, E8 and F6. RGB value is (148,232,246). Sum of RGB (Red+Green+Blue) = 148+232+246=626 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.64% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 246 (96.48% from 255 or 39.30% from 626); Max value from RGB is 246 - color contains mainly: blue. Hex color #94E8F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94E8F6 is #6B1709. Grayscale: #D0D0D0. Windows color (decimal): -7018250 or 16181396. OLE color: 16181396.

HSL color Cylindrical-coordinate representation of color #94E8F6: hue angle of 188.57º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94E8F6 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 232 246 -
CMYK 0.40 0.06 0 0.04
HSL 188.57º 0.84% 0.77% -
HSV(B) 188.57º 0.4% 0.96% -
XYZ 57.7 70.66 97.79 -
YUV 208.48 149.17 84.86 -
System Red Green Blue C M Y K H S L
Decimal 148 232 246 0.40 0.06 0 0.04 188.57 0.84 0.77
Hex 94 E8 F6 28 6 0 4 BD 54 4D
Octal 224 350 366 50 6 0 4 275 124 115
Binary 10010100 11101000 11110110 101000 110 0 100 10111101 1010100 1001101

Color Harmonies of #94E8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E8F6

Black with #94E8F6

Text Example


Text Example

White with #94E8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,232,246); }

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

background-color css

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

 a { background-color: rgb(148,232,246); }

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

border-color css

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

 span { border-color: rgb(148,232,246); }

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