#A5E3CD

Color #A5E3CD Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #A5E3CD

Tints of Ice Cold #A5E3CD

Color information

#A5E3CD (or 0xA5E3CD) is unknown color: approx Ice Cold. HEX triplet: A5, E3 and CD. RGB value is (165,227,205). Sum of RGB (Red+Green+Blue) = 165+227+205=597 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.64% from 597); Green value is 227 (89.06% from 255 or 38.02% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E3CD is #5A1C32. Grayscale: #CDCDCD. Windows color (decimal): -5905459 or 13493157. OLE color: 13493157.

HSL color Cylindrical-coordinate representation of color #A5E3CD: hue angle of 158.71º 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 #A5E3CD is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB165227205-
CMYK0.2700.100.11
HSL158.71º52.54%76.86%-
HSV(B)158.71º27.31%89.02%-
XYZ54.0167.3567.91-
YUV205.95127.4698.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.64%
GREEN value IS 227 (89.06% from 255) = 38.02%
BLUE value IS 205 (80.47% from 255) = 34.34%
R=27.64%
G=38.02%
B=34.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1652272050.2700.100.11158.7152.5476.86
HexA5E3CD1B0AB9f354d
Octal245343315330121323765115
Binary10100101111000111100110111011010101011100111111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E3CD; }

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

 H1.HeaderClassName
 {
   color: #A5E3CD;
 }
 .AnyTagClassName
 {
   color: #A5E3CD;
 }
</style>
background-color css

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

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

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

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

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

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