Html Css Color HEX #94EAEC Blizzard Blue

📋 copy color: '#94EAEC'

red 148 ◦ green 234 ◦ blue 236

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

Shades of Blizzard Blue #94EAEC

Tints of Blizzard Blue #94EAEC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.86%

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

R = 23.95%
G = 37.86%
B = 38.19%

CMYK

 C value IS 0.37

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#94EAEC (or 0x94EAEC) is known color: Blizzard Blue. HEX triplet: 94, EA and EC. RGB value is (148,234,236). Sum of RGB (Red+Green+Blue) = 148+234+236=618 (81% of max value = 765). Red value is 148 (58.20% from 255 or 23.95% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #94EAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94EAEC is #6B1513. Grayscale: #D0D0D0. Windows color (decimal): -7017748 or 15526548. OLE color: 15526548.

HSL color Cylindrical-coordinate representation of color #94EAEC: hue angle of 181.36º 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 #94EAEC is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 234 236 -
CMYK 0.37 0.01 0 0.07
HSL 181.36º 0.7% 0.75% -
HSV(B) 181.36º 0.37% 0.93% -
XYZ 56.78 71.2 90.11 -
YUV 208.51 143.51 84.84 -
System Red Green Blue C M Y K H S L
Decimal 148 234 236 0.37 0.01 0 0.07 181.36 0.7 0.75
Hex 94 EA EC 25 1 0 7 B5 46 4B
Octal 224 352 354 45 1 0 7 265 106 113
Binary 10010100 11101010 11101100 100101 1 0 111 10110101 1000110 1001011

Color Harmonies of #94EAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EAEC

Black with #94EAEC

Text Example


Text Example

White with #94EAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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