Html Css Color HEX #A5EAE1 Ice Cold

📋 copy color: '#A5EAE1'

red 165 ◦ green 234 ◦ blue 225

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

Shades of Ice Cold #A5EAE1

Tints of Ice Cold #A5EAE1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.5%

 BLUE value IS 225 (88.28% from 255) = 36.06%

R = 26.44%
G = 37.5%
B = 36.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#A5EAE1 (or 0xA5EAE1) is known color: Ice Cold. HEX triplet: A5, EA and E1. RGB value is (165,234,225). Sum of RGB (Red+Green+Blue) = 165+234+225=624 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.44% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EAE1 is #5A151E. Grayscale: #D4D4D4. Windows color (decimal): -5903647 or 14805669. OLE color: 14805669.

HSL color Cylindrical-coordinate representation of color #A5EAE1: hue angle of 172.17º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5EAE1 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 234 225 -
CMYK 0.29 0 0.04 0.08
HSL 172.17º 0.62% 0.78% -
HSV(B) 172.17º 0.29% 0.92% -
XYZ 58.53 72.28 82.1 -
YUV 212.34 135.14 94.23 -
System Red Green Blue C M Y K H S L
Decimal 165 234 225 0.29 0 0.04 0.08 172.17 0.62 0.78
Hex A5 EA E1 1D 0 4 8 AC 3E 4E
Octal 245 352 341 35 0 4 10 254 76 116
Binary 10100101 11101010 11100001 11101 0 100 1000 10101100 111110 1001110

Color Harmonies of #A5EAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EAE1

Black with #A5EAE1

Text Example


Text Example

White with #A5EAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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