Html Css Color HEX #A5EDF5 Blizzard Blue

📋 copy color: '#A5EDF5'

red 165 ◦ green 237 ◦ blue 245

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

Shades of Blizzard Blue #A5EDF5

Tints of Blizzard Blue #A5EDF5

RGB

 RED value IS 165 (64.84% from 255) = 25.5%

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

 BLUE value IS 245 (96.09% from 255) = 37.87%

R = 25.5%
G = 36.63%
B = 37.87%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A5EDF5 (or 0xA5EDF5) is known color: Blizzard Blue. HEX triplet: A5, ED and F5. RGB value is (165,237,245). Sum of RGB (Red+Green+Blue) = 165+237+245=647 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.50% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 245 (96.09% from 255 or 37.87% from 647); Max value from RGB is 245 - color contains mainly: blue. Hex color #A5EDF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EDF5 is #5A120A. Grayscale: #D8D8D8. Windows color (decimal): -5902859 or 16117157. OLE color: 16117157.

HSL color Cylindrical-coordinate representation of color #A5EDF5: hue angle of 186º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5EDF5 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 237 245 -
CMYK 0.33 0.03 0 0.04
HSL 186º 0.8% 0.8% -
HSV(B) 186º 0.33% 0.96% -
XYZ 62.28 75.16 97.61 -
YUV 216.38 144.15 91.35 -
System Red Green Blue C M Y K H S L
Decimal 165 237 245 0.33 0.03 0 0.04 186 0.8 0.8
Hex A5 ED F5 21 3 0 4 BA 50 50
Octal 245 355 365 41 3 0 4 272 120 120
Binary 10100101 11101101 11110101 100001 11 0 100 10111010 1010000 1010000

Color Harmonies of #A5EDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EDF5

Black with #A5EDF5

Text Example


Text Example

White with #A5EDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EDF5; }

 p { color: rgb(165,237,245); }

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

background-color css

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

 a { background-color: rgb(165,237,245); }

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

border-color css

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

 span { border-color: rgb(165,237,245); }

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