Html Css Color HEX #A5E0EB Blizzard Blue

📋 copy color: '#A5E0EB'

red 165 ◦ green 224 ◦ blue 235

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

Shades of Blizzard Blue #A5E0EB

Tints of Blizzard Blue #A5E0EB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.9%

 BLUE value IS 235 (92.19% from 255) = 37.66%

R = 26.44%
G = 35.9%
B = 37.66%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A5E0EB (or 0xA5E0EB) is known color: Blizzard Blue. HEX triplet: A5, E0 and EB. RGB value is (165,224,235). Sum of RGB (Red+Green+Blue) = 165+224+235=624 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.44% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5E0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5E0EB is #5A1F14. Grayscale: #CFCFCF. Windows color (decimal): -5906197 or 15458469. OLE color: 15458469.

HSL color Cylindrical-coordinate representation of color #A5E0EB: hue angle of 189.43º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5E0EB is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 224 235 -
CMYK 0.30 0.05 0 0.08
HSL 189.43º 0.64% 0.78% -
HSV(B) 189.43º 0.3% 0.92% -
XYZ 57.17 67.31 88.58 -
YUV 207.61 143.45 97.61 -
System Red Green Blue C M Y K H S L
Decimal 165 224 235 0.30 0.05 0 0.08 189.43 0.64 0.78
Hex A5 E0 EB 1E 5 0 8 BD 40 4E
Octal 245 340 353 36 5 0 10 275 100 116
Binary 10100101 11100000 11101011 11110 101 0 1000 10111101 1000000 1001110

Color Harmonies of #A5E0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E0EB

Black with #A5E0EB

Text Example


Text Example

White with #A5E0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E0EB; }

 p { color: rgb(165,224,235); }

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

background-color css

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

 a { background-color: rgb(165,224,235); }

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

border-color css

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

 span { border-color: rgb(165,224,235); }

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