Html Css Color HEX #94E8DF Blizzard Blue

📋 copy color: '#94E8DF'

red 148 ◦ green 232 ◦ blue 223

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

Shades of Blizzard Blue #94E8DF

Tints of Blizzard Blue #94E8DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.98%

R = 24.54%
G = 38.47%
B = 36.98%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#94E8DF (or 0x94E8DF) is known color: Blizzard Blue. HEX triplet: 94, E8 and DF. RGB value is (148,232,223). Sum of RGB (Red+Green+Blue) = 148+232+223=603 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.54% from 603); Green value is 232 (91.02% from 255 or 38.47% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 232 - color contains mainly: green. Hex color #94E8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94E8DF is #6B1720. Grayscale: #CDCDCD. Windows color (decimal): -7018273 or 14674068. OLE color: 14674068.

HSL color Cylindrical-coordinate representation of color #94E8DF: hue angle of 173.57º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E8DF is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 148 232 223 -
CMYK 0.36 0 0.04 0.09
HSL 173.57º 0.65% 0.75% -
HSV(B) 173.57º 0.36% 0.91% -
XYZ 54.39 69.34 80.33 -
YUV 205.86 137.67 86.73 -
System Red Green Blue C M Y K H S L
Decimal 148 232 223 0.36 0 0.04 0.09 173.57 0.65 0.75
Hex 94 E8 DF 24 0 4 9 AE 41 4B
Octal 224 350 337 44 0 4 11 256 101 113
Binary 10010100 11101000 11011111 100100 0 100 1001 10101110 1000001 1001011

Color Harmonies of #94E8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E8DF

Black with #94E8DF

Text Example


Text Example

White with #94E8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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