Html Css Color HEX #A5E3DD Ice Cold

📋 copy color: '#A5E3DD'

red 165 ◦ green 227 ◦ blue 221

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

Shades of Ice Cold #A5E3DD

Tints of Ice Cold #A5E3DD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.03%

 BLUE value IS 221 (86.72% from 255) = 36.05%

R = 26.92%
G = 37.03%
B = 36.05%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#A5E3DD (or 0xA5E3DD) is known color: Ice Cold. HEX triplet: A5, E3 and DD. RGB value is (165,227,221). Sum of RGB (Red+Green+Blue) = 165+227+221=613 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.92% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E3DD is #5A1C22. Grayscale: #CFCFCF. Windows color (decimal): -5905443 or 14541733. OLE color: 14541733.

HSL color Cylindrical-coordinate representation of color #A5E3DD: hue angle of 174.19º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E3DD is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 227 221 -
CMYK 0.27 0 0.03 0.11
HSL 174.19º 0.53% 0.77% -
HSV(B) 174.19º 0.27% 0.89% -
XYZ 56.04 68.16 78.61 -
YUV 207.78 135.46 97.49 -
System Red Green Blue C M Y K H S L
Decimal 165 227 221 0.27 0 0.03 0.11 174.19 0.53 0.77
Hex A5 E3 DD 1B 0 3 B AE 35 4D
Octal 245 343 335 33 0 3 13 256 65 115
Binary 10100101 11100011 11011101 11011 0 11 1011 10101110 110101 1001101

Color Harmonies of #A5E3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E3DD

Black with #A5E3DD

Text Example


Text Example

White with #A5E3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E3DD; }

 p { color: rgb(165,227,221); }

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

background-color css

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

 a { background-color: rgb(165,227,221); }

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

border-color css

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

 span { border-color: rgb(165,227,221); }

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