Html Css Color HEX #A4EAEE Blizzard Blue

📋 copy color: '#A4EAEE'

red 164 ◦ green 234 ◦ blue 238

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

Shades of Blizzard Blue #A4EAEE

Tints of Blizzard Blue #A4EAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.42%

R = 25.79%
G = 36.79%
B = 37.42%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A4EAEE (or 0xA4EAEE) is known color: Blizzard Blue. HEX triplet: A4, EA and EE. RGB value is (164,234,238). Sum of RGB (Red+Green+Blue) = 164+234+238=636 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.79% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #A4EAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EAEE is #5B1511. Grayscale: #D5D5D5. Windows color (decimal): -5969170 or 15657636. OLE color: 15657636.

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

Color convert

RGB 164 234 238 -
CMYK 0.31 0.02 0 0.07
HSL 183.24º 0.69% 0.79% -
HSV(B) 183.24º 0.31% 0.93% -
XYZ 60.17 72.91 91.79 -
YUV 213.53 141.81 92.67 -
System Red Green Blue C M Y K H S L
Decimal 164 234 238 0.31 0.02 0 0.07 183.24 0.69 0.79
Hex A4 EA EE 1F 2 0 7 B7 45 4F
Octal 244 352 356 37 2 0 7 267 105 117
Binary 10100100 11101010 11101110 11111 10 0 111 10110111 1000101 1001111

Color Harmonies of #A4EAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EAEE

Black with #A4EAEE

Text Example


Text Example

White with #A4EAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EAEE; }

 p { color: rgb(164,234,238); }

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

background-color css

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

 a { background-color: rgb(164,234,238); }

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

border-color css

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

 span { border-color: rgb(164,234,238); }

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