Html Css Color HEX #A5E1EB Blizzard Blue

📋 copy color: '#A5E1EB'

red 165 ◦ green 225 ◦ blue 235

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

Shades of Blizzard Blue #A5E1EB

Tints of Blizzard Blue #A5E1EB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36%

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

R = 26.4%
G = 36%
B = 37.6%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A5E1EB (or 0xA5E1EB) is known color: Blizzard Blue. HEX triplet: A5, E1 and EB. RGB value is (165,225,235). Sum of RGB (Red+Green+Blue) = 165+225+235=625 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.4% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5E1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5E1EB is #5A1E14. Grayscale: #D0D0D0. Windows color (decimal): -5905941 or 15458725. OLE color: 15458725.

HSL color Cylindrical-coordinate representation of color #A5E1EB: hue angle of 188.57º 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 #A5E1EB is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 225 235 -
CMYK 0.30 0.04 0 0.08
HSL 188.57º 0.64% 0.78% -
HSV(B) 188.57º 0.3% 0.92% -
XYZ 57.44 67.85 88.67 -
YUV 208.2 143.12 97.19 -
System Red Green Blue C M Y K H S L
Decimal 165 225 235 0.30 0.04 0 0.08 188.57 0.64 0.78
Hex A5 E1 EB 1E 4 0 8 BD 40 4E
Octal 245 341 353 36 4 0 10 275 100 116
Binary 10100101 11100001 11101011 11110 100 0 1000 10111101 1000000 1001110

Color Harmonies of #A5E1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E1EB

Black with #A5E1EB

Text Example


Text Example

White with #A5E1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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