Html Css Color HEX #94EDE4 Blizzard Blue

📋 copy color: '#94EDE4'

red 148 ◦ green 237 ◦ blue 228

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

Shades of Blizzard Blue #94EDE4

Tints of Blizzard Blue #94EDE4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.66%

 BLUE value IS 228 (89.45% from 255) = 37.19%

R = 24.14%
G = 38.66%
B = 37.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#94EDE4 (or 0x94EDE4) is known color: Blizzard Blue. HEX triplet: 94, ED and E4. RGB value is (148,237,228). Sum of RGB (Red+Green+Blue) = 148+237+228=613 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.14% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #94EDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EDE4 is #6B121B. Grayscale: #D1D1D1. Windows color (decimal): -7016988 or 15003028. OLE color: 15003028.

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

Color convert

RGB 148 237 228 -
CMYK 0.38 0 0.04 0.07
HSL 173.93º 0.71% 0.75% -
HSV(B) 173.93º 0.38% 0.93% -
XYZ 56.5 72.47 84.41 -
YUV 209.36 138.51 84.23 -
System Red Green Blue C M Y K H S L
Decimal 148 237 228 0.38 0 0.04 0.07 173.93 0.71 0.75
Hex 94 ED E4 26 0 4 7 AE 47 4B
Octal 224 355 344 46 0 4 7 256 107 113
Binary 10010100 11101101 11100100 100110 0 100 111 10101110 1000111 1001011

Color Harmonies of #94EDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EDE4

Black with #94EDE4

Text Example


Text Example

White with #94EDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,237,228); }

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

background-color css

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

 a { background-color: rgb(148,237,228); }

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

border-color css

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

 span { border-color: rgb(148,237,228); }

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