Html Css Color HEX #94E7F7 Blizzard Blue

📋 copy color: '#94E7F7'

red 148 ◦ green 231 ◦ blue 247

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

Shades of Blizzard Blue #94E7F7

Tints of Blizzard Blue #94E7F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.46%

R = 23.64%
G = 36.9%
B = 39.46%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#94E7F7 (or 0x94E7F7) is known color: Blizzard Blue. HEX triplet: 94, E7 and F7. RGB value is (148,231,247). Sum of RGB (Red+Green+Blue) = 148+231+247=626 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.64% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 247 (96.88% from 255 or 39.46% from 626); Max value from RGB is 247 - color contains mainly: blue. Hex color #94E7F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94E7F7 is #6B1808. Grayscale: #CFCFCF. Windows color (decimal): -7018505 or 16246676. OLE color: 16246676.

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

Color convert

RGB 148 231 247 -
CMYK 0.40 0.06 0 0.03
HSL 189.7º 0.86% 0.77% -
HSV(B) 189.7º 0.4% 0.97% -
XYZ 57.58 70.16 98.5 -
YUV 208.01 150 85.2 -
System Red Green Blue C M Y K H S L
Decimal 148 231 247 0.40 0.06 0 0.03 189.7 0.86 0.77
Hex 94 E7 F7 28 6 0 3 BE 56 4D
Octal 224 347 367 50 6 0 3 276 126 115
Binary 10010100 11100111 11110111 101000 110 0 11 10111110 1010110 1001101

Color Harmonies of #94E7F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E7F7

Black with #94E7F7

Text Example


Text Example

White with #94E7F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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