Html Css Color HEX #A5EDFA Blizzard Blue

📋 copy color: '#A5EDFA'

red 165 ◦ green 237 ◦ blue 250

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

Shades of Blizzard Blue #A5EDFA

Tints of Blizzard Blue #A5EDFA

RGB

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

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

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

R = 25.31%
G = 36.35%
B = 38.34%

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

#A5EDFA (or 0xA5EDFA) is known color: Blizzard Blue. HEX triplet: A5, ED and FA. RGB value is (165,237,250). Sum of RGB (Red+Green+Blue) = 165+237+250=652 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.31% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5EDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EDFA is #5A1205. Grayscale: #D8D8D8. Windows color (decimal): -5902854 or 16444837. OLE color: 16444837.

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

Color convert

RGB 165 237 250 -
CMYK 0.34 0.05 0 0.02
HSL 189.18º 0.89% 0.81% -
HSV(B) 189.18º 0.34% 0.98% -
XYZ 63.06 75.47 101.69 -
YUV 216.95 146.65 90.94 -
System Red Green Blue C M Y K H S L
Decimal 165 237 250 0.34 0.05 0 0.02 189.18 0.89 0.81
Hex A5 ED FA 22 5 0 2 BD 59 51
Octal 245 355 372 42 5 0 2 275 131 121
Binary 10100101 11101101 11111010 100010 101 0 10 10111101 1011001 1010001

Color Harmonies of #A5EDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EDFA

Black with #A5EDFA

Text Example


Text Example

White with #A5EDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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