Html Css Color HEX #A4EDFB Blizzard Blue

📋 copy color: '#A4EDFB'

red 164 ◦ green 237 ◦ blue 251

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

Shades of Blizzard Blue #A4EDFB

Tints of Blizzard Blue #A4EDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.5%

R = 25.15%
G = 36.35%
B = 38.5%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A4EDFB (or 0xA4EDFB) is known color: Blizzard Blue. HEX triplet: A4, ED and FB. RGB value is (164,237,251). Sum of RGB (Red+Green+Blue) = 164+237+251=652 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.15% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4EDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EDFB is #5B1204. Grayscale: #D8D8D8. Windows color (decimal): -5968389 or 16510372. OLE color: 16510372.

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

Color convert

RGB 164 237 251 -
CMYK 0.35 0.06 0 0.02
HSL 189.66º 0.92% 0.81% -
HSV(B) 189.66º 0.35% 0.98% -
XYZ 63.01 75.43 102.5 -
YUV 216.77 147.32 90.36 -
System Red Green Blue C M Y K H S L
Decimal 164 237 251 0.35 0.06 0 0.02 189.66 0.92 0.81
Hex A4 ED FB 23 6 0 2 BE 5C 51
Octal 244 355 373 43 6 0 2 276 134 121
Binary 10100100 11101101 11111011 100011 110 0 10 10111110 1011100 1010001

Color Harmonies of #A4EDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EDFB

Black with #A4EDFB

Text Example


Text Example

White with #A4EDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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