Html Css Color HEX #94E0EB Blizzard Blue

📋 copy color: '#94E0EB'

red 148 ◦ green 224 ◦ blue 235

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

Shades of Blizzard Blue #94E0EB

Tints of Blizzard Blue #94E0EB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.9%

 BLUE value IS 235 (92.19% from 255) = 38.71%

R = 24.38%
G = 36.9%
B = 38.71%

CMYK

 C value IS 0.37

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#94E0EB (or 0x94E0EB) is known color: Blizzard Blue. HEX triplet: 94, E0 and EB. RGB value is (148,224,235). Sum of RGB (Red+Green+Blue) = 148+224+235=607 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.38% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #94E0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94E0EB is #6B1F14. Grayscale: #CACACA. Windows color (decimal): -7020309 or 15458452. OLE color: 15458452.

HSL color Cylindrical-coordinate representation of color #94E0EB: hue angle of 187.59º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94E0EB is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 224 235 -
CMYK 0.37 0.05 0 0.08
HSL 187.59º 0.69% 0.75% -
HSV(B) 187.59º 0.37% 0.92% -
XYZ 53.86 65.61 88.42 -
YUV 202.53 146.32 89.11 -
System Red Green Blue C M Y K H S L
Decimal 148 224 235 0.37 0.05 0 0.08 187.59 0.69 0.75
Hex 94 E0 EB 25 5 0 8 BC 45 4B
Octal 224 340 353 45 5 0 10 274 105 113
Binary 10010100 11100000 11101011 100101 101 0 1000 10111100 1000101 1001011

Color Harmonies of #94E0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E0EB

Black with #94E0EB

Text Example


Text Example

White with #94E0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,224,235); }

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

background-color css

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

 a { background-color: rgb(148,224,235); }

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

border-color css

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

 span { border-color: rgb(148,224,235); }

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