Html Css Color HEX #A5E7EC Blizzard Blue

📋 copy color: '#A5E7EC'

red 165 ◦ green 231 ◦ blue 236

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

Shades of Blizzard Blue #A5E7EC

Tints of Blizzard Blue #A5E7EC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.55%

 BLUE value IS 236 (92.58% from 255) = 37.34%

R = 26.11%
G = 36.55%
B = 37.34%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A5E7EC (or 0xA5E7EC) is known color: Blizzard Blue. HEX triplet: A5, E7 and EC. RGB value is (165,231,236). Sum of RGB (Red+Green+Blue) = 165+231+236=632 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.11% from 632); Green value is 231 (90.62% from 255 or 36.55% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5E7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5E7EC is #5A1813. Grayscale: #D3D3D3. Windows color (decimal): -5904404 or 15525797. OLE color: 15525797.

HSL color Cylindrical-coordinate representation of color #A5E7EC: hue angle of 184.23º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5E7EC is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 231 236 -
CMYK 0.30 0.02 0 0.07
HSL 184.23º 0.65% 0.79% -
HSV(B) 184.23º 0.3% 0.93% -
XYZ 59.23 71.21 89.98 -
YUV 211.84 141.63 94.59 -
System Red Green Blue C M Y K H S L
Decimal 165 231 236 0.30 0.02 0 0.07 184.23 0.65 0.79
Hex A5 E7 EC 1E 2 0 7 B8 41 4F
Octal 245 347 354 36 2 0 7 270 101 117
Binary 10100101 11100111 11101100 11110 10 0 111 10111000 1000001 1001111

Color Harmonies of #A5E7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E7EC

Black with #A5E7EC

Text Example


Text Example

White with #A5E7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E7EC; }

 p { color: rgb(165,231,236); }

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

background-color css

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

 a { background-color: rgb(165,231,236); }

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

border-color css

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

 span { border-color: rgb(165,231,236); }

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