Html Css Color HEX #A4E1EF Blizzard Blue

📋 copy color: '#A4E1EF'

red 164 ◦ green 225 ◦ blue 239

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

Shades of Blizzard Blue #A4E1EF

Tints of Blizzard Blue #A4E1EF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.83%

 BLUE value IS 239 (93.75% from 255) = 38.06%

R = 26.11%
G = 35.83%
B = 38.06%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A4E1EF (or 0xA4E1EF) is known color: Blizzard Blue. HEX triplet: A4, E1 and EF. RGB value is (164,225,239). Sum of RGB (Red+Green+Blue) = 164+225+239=628 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.11% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #A4E1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4E1EF is #5B1E10. Grayscale: #D0D0D0. Windows color (decimal): -5971473 or 15720868. OLE color: 15720868.

HSL color Cylindrical-coordinate representation of color #A4E1EF: hue angle of 191.2º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4E1EF is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 225 239 -
CMYK 0.31 0.06 0 0.06
HSL 191.2º 0.7% 0.79% -
HSV(B) 191.2º 0.31% 0.94% -
XYZ 57.82 67.97 91.73 -
YUV 208.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 164 225 239 0.31 0.06 0 0.06 191.2 0.7 0.79
Hex A4 E1 EF 1F 6 0 6 BF 46 4F
Octal 244 341 357 37 6 0 6 277 106 117
Binary 10100100 11100001 11101111 11111 110 0 110 10111111 1000110 1001111

Color Harmonies of #A4E1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E1EF

Black with #A4E1EF

Text Example


Text Example

White with #A4E1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E1EF; }

 p { color: rgb(164,225,239); }

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

background-color css

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

 a { background-color: rgb(164,225,239); }

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

border-color css

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

 span { border-color: rgb(164,225,239); }

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