Html Css Color HEX #A4EDFA Blizzard Blue

📋 copy color: '#A4EDFA'

red 164 ◦ green 237 ◦ blue 250

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

Shades of Blizzard Blue #A4EDFA

Tints of Blizzard Blue #A4EDFA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.41%

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

R = 25.19%
G = 36.41%
B = 38.4%

CMYK

 C value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A4EDFA (or 0xA4EDFA) is known color: Blizzard Blue. HEX triplet: A4, ED and FA. RGB value is (164,237,250). Sum of RGB (Red+Green+Blue) = 164+237+250=651 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.19% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4EDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EDFA is #5B1205. Grayscale: #D8D8D8. Windows color (decimal): -5968390 or 16444836. OLE color: 16444836.

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

Color convert

RGB 164 237 250 -
CMYK 0.34 0.05 0 0.02
HSL 189.07º 0.9% 0.81% -
HSV(B) 189.07º 0.34% 0.98% -
XYZ 62.85 75.36 101.68 -
YUV 216.66 146.82 90.44 -
System Red Green Blue C M Y K H S L
Decimal 164 237 250 0.34 0.05 0 0.02 189.07 0.9 0.81
Hex A4 ED FA 22 5 0 2 BD 5A 51
Octal 244 355 372 42 5 0 2 275 132 121
Binary 10100100 11101101 11111010 100010 101 0 10 10111101 1011010 1010001

Color Harmonies of #A4EDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EDFA

Black with #A4EDFA

Text Example


Text Example

White with #A4EDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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