Html Css Color HEX #A4E0EC Blizzard Blue

📋 copy color: '#A4E0EC'

red 164 ◦ green 224 ◦ blue 236

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

Shades of Blizzard Blue #A4E0EC

Tints of Blizzard Blue #A4E0EC

RGB

 RED value IS 164 (64.45% from 255) = 26.28%

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

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

R = 26.28%
G = 35.9%
B = 37.82%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A4E0EC (or 0xA4E0EC) is known color: Blizzard Blue. HEX triplet: A4, E0 and EC. RGB value is (164,224,236). Sum of RGB (Red+Green+Blue) = 164+224+236=624 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.28% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #A4E0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4E0EC is #5B1F13. Grayscale: #CFCFCF. Windows color (decimal): -5971732 or 15524004. OLE color: 15524004.

HSL color Cylindrical-coordinate representation of color #A4E0EC: hue angle of 190º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4E0EC is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 224 236 -
CMYK 0.31 0.05 0 0.07
HSL 190º 0.65% 0.78% -
HSV(B) 190º 0.31% 0.93% -
XYZ 57.11 67.26 89.33 -
YUV 207.43 144.12 97.02 -
System Red Green Blue C M Y K H S L
Decimal 164 224 236 0.31 0.05 0 0.07 190 0.65 0.78
Hex A4 E0 EC 1F 5 0 7 BE 41 4E
Octal 244 340 354 37 5 0 7 276 101 116
Binary 10100100 11100000 11101100 11111 101 0 111 10111110 1000001 1001110

Color Harmonies of #A4E0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E0EC

Black with #A4E0EC

Text Example


Text Example

White with #A4E0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E0EC; }

 p { color: rgb(164,224,236); }

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

background-color css

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

 a { background-color: rgb(164,224,236); }

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

border-color css

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

 span { border-color: rgb(164,224,236); }

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