Html Css Color HEX #A4E3EF Blizzard Blue

📋 copy color: '#A4E3EF'

red 164 ◦ green 227 ◦ blue 239

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

Shades of Blizzard Blue #A4E3EF

Tints of Blizzard Blue #A4E3EF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.03%

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

R = 26.03%
G = 36.03%
B = 37.94%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A4E3EF (or 0xA4E3EF) is known color: Blizzard Blue. HEX triplet: A4, E3 and EF. RGB value is (164,227,239). Sum of RGB (Red+Green+Blue) = 164+227+239=630 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.03% from 630); Green value is 227 (89.06% from 255 or 36.03% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #A4E3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4E3EF is #5B1C10. Grayscale: #D1D1D1. Windows color (decimal): -5970961 or 15721380. OLE color: 15721380.

HSL color Cylindrical-coordinate representation of color #A4E3EF: hue angle of 189.6º 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 #A4E3EF is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 227 239 -
CMYK 0.31 0.05 0 0.06
HSL 189.6º 0.7% 0.79% -
HSV(B) 189.6º 0.31% 0.94% -
XYZ 58.36 69.06 91.92 -
YUV 209.53 144.63 95.52 -
System Red Green Blue C M Y K H S L
Decimal 164 227 239 0.31 0.05 0 0.06 189.6 0.7 0.79
Hex A4 E3 EF 1F 5 0 6 BE 46 4F
Octal 244 343 357 37 5 0 6 276 106 117
Binary 10100100 11100011 11101111 11111 101 0 110 10111110 1000110 1001111

Color Harmonies of #A4E3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E3EF

Black with #A4E3EF

Text Example


Text Example

White with #A4E3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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