Html Css Color HEX #94E7EC Blizzard Blue

📋 copy color: '#94E7EC'

red 148 ◦ green 231 ◦ blue 236

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

Shades of Blizzard Blue #94E7EC

Tints of Blizzard Blue #94E7EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.37%

R = 24.07%
G = 37.56%
B = 38.37%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#94E7EC (or 0x94E7EC) is known color: Blizzard Blue. HEX triplet: 94, E7 and EC. RGB value is (148,231,236). Sum of RGB (Red+Green+Blue) = 148+231+236=615 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.07% from 615); Green value is 231 (90.62% from 255 or 37.56% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #94E7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94E7EC is #6B1813. Grayscale: #CECECE. Windows color (decimal): -7018516 or 15525780. OLE color: 15525780.

HSL color Cylindrical-coordinate representation of color #94E7EC: hue angle of 183.41º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94E7EC is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 231 236 -
CMYK 0.37 0.02 0 0.07
HSL 183.41º 0.7% 0.75% -
HSV(B) 183.41º 0.37% 0.93% -
XYZ 55.93 69.5 89.82 -
YUV 206.75 144.5 86.09 -
System Red Green Blue C M Y K H S L
Decimal 148 231 236 0.37 0.02 0 0.07 183.41 0.7 0.75
Hex 94 E7 EC 25 2 0 7 B7 46 4B
Octal 224 347 354 45 2 0 7 267 106 113
Binary 10010100 11100111 11101100 100101 10 0 111 10110111 1000110 1001011

Color Harmonies of #94E7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E7EC

Black with #94E7EC

Text Example


Text Example

White with #94E7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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