Html Css Color HEX #A5E9EF Blizzard Blue

📋 copy color: '#A5E9EF'

red 165 ◦ green 233 ◦ blue 239

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

Shades of Blizzard Blue #A5E9EF

Tints of Blizzard Blue #A5E9EF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.58%

 BLUE value IS 239 (93.75% from 255) = 37.52%

R = 25.9%
G = 36.58%
B = 37.52%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A5E9EF (or 0xA5E9EF) is known color: Blizzard Blue. HEX triplet: A5, E9 and EF. RGB value is (165,233,239). Sum of RGB (Red+Green+Blue) = 165+233+239=637 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.90% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5E9EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5E9EF is #5A1610. Grayscale: #D5D5D5. Windows color (decimal): -5903889 or 15722917. OLE color: 15722917.

HSL color Cylindrical-coordinate representation of color #A5E9EF: hue angle of 184.86º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5E9EF is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 233 239 -
CMYK 0.31 0.03 0 0.06
HSL 184.86º 0.7% 0.79% -
HSV(B) 184.86º 0.31% 0.94% -
XYZ 60.24 72.51 92.48 -
YUV 213.35 142.47 93.51 -
System Red Green Blue C M Y K H S L
Decimal 165 233 239 0.31 0.03 0 0.06 184.86 0.7 0.79
Hex A5 E9 EF 1F 3 0 6 B9 46 4F
Octal 245 351 357 37 3 0 6 271 106 117
Binary 10100101 11101001 11101111 11111 11 0 110 10111001 1000110 1001111

Color Harmonies of #A5E9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E9EF

Black with #A5E9EF

Text Example


Text Example

White with #A5E9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E9EF; }

 p { color: rgb(165,233,239); }

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

background-color css

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

 a { background-color: rgb(165,233,239); }

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

border-color css

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

 span { border-color: rgb(165,233,239); }

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