Html Css Color HEX #A5EDFF Blizzard Blue

📋 copy color: '#A5EDFF'

red 165 ◦ green 237 ◦ blue 255

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

Shades of Blizzard Blue #A5EDFF

Tints of Blizzard Blue #A5EDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.81%

R = 25.11%
G = 36.07%
B = 38.81%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A5EDFF (or 0xA5EDFF) is known color: Blizzard Blue. HEX triplet: A5, ED and FF. RGB value is (165,237,255). Sum of RGB (Red+Green+Blue) = 165+237+255=657 (87% of max value = 765). Red value is 165 (64.84% from 255 or 25.11% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EDFF is #5A1200. Grayscale: #D9D9D9. Windows color (decimal): -5902849 or 16772517. OLE color: 16772517.

HSL color Cylindrical-coordinate representation of color #A5EDFF: hue angle of 192º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5EDFF is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 165 237 255 -
CMYK 0.35 0.07 0 0
HSL 192º 1% 0.82% -
HSV(B) 192º 0.35% 1% -
XYZ 63.85 75.79 105.87 -
YUV 217.52 149.15 90.54 -
System Red Green Blue C M Y K H S L
Decimal 165 237 255 0.35 0.07 0 0 192 1 0.82
Hex A5 ED FF 23 7 0 0 C0 64 52
Octal 245 355 377 43 7 0 0 300 144 122
Binary 10100101 11101101 11111111 100011 111 0 0 11000000 1100100 1010010

Color Harmonies of #A5EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EDFF

Black with #A5EDFF

Text Example


Text Example

White with #A5EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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