Html Css Color HEX #A4ECFA Blizzard Blue

📋 copy color: '#A4ECFA'

red 164 ◦ green 236 ◦ blue 250

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

Shades of Blizzard Blue #A4ECFA

Tints of Blizzard Blue #A4ECFA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.31%

 BLUE value IS 250 (98.05% from 255) = 38.46%

R = 25.23%
G = 36.31%
B = 38.46%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A4ECFA (or 0xA4ECFA) is known color: Blizzard Blue. HEX triplet: A4, EC and FA. RGB value is (164,236,250). Sum of RGB (Red+Green+Blue) = 164+236+250=650 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.23% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4ECFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4ECFA is #5B1305. Grayscale: #D7D7D7. Windows color (decimal): -5968646 or 16444580. OLE color: 16444580.

HSL color Cylindrical-coordinate representation of color #A4ECFA: hue angle of 189.77º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4ECFA is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 236 250 -
CMYK 0.34 0.06 0 0.02
HSL 189.77º 0.9% 0.81% -
HSV(B) 189.77º 0.34% 0.98% -
XYZ 62.56 74.79 101.58 -
YUV 216.07 147.15 90.86 -
System Red Green Blue C M Y K H S L
Decimal 164 236 250 0.34 0.06 0 0.02 189.77 0.9 0.81
Hex A4 EC FA 22 6 0 2 BE 5A 51
Octal 244 354 372 42 6 0 2 276 132 121
Binary 10100100 11101100 11111010 100010 110 0 10 10111110 1011010 1010001

Color Harmonies of #A4ECFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ECFA

Black with #A4ECFA

Text Example


Text Example

White with #A4ECFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ECFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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