#A3E3DC

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

Shades of Ice Cold #A3E3DC

Tints of Ice Cold #A3E3DC

Color information

#A3E3DC (or 0xA3E3DC) is unknown color: approx Ice Cold. HEX triplet: A3, E3 and DC. RGB value is (163,227,220). Sum of RGB (Red+Green+Blue) = 163+227+220=610 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.72% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 227 - color contains mainly: green. Hex color #A3E3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E3DC is #5C1C23. Grayscale: #CFCFCF. Windows color (decimal): -6036516 or 14476195. OLE color: 14476195.

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

Color convert

RGB163227220-
CMYK0.2800.030.11
HSL173.44º53.33%76.47%-
HSV(B)173.44º28.19%89.02%-
XYZ55.4967.8977.89-
YUV207.07135.396.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.72%
GREEN value IS 227 (89.06% from 255) = 37.21%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=26.72%
G=37.21%
B=36.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1632272200.2800.030.11173.4453.3376.47
HexA3E3DC1C03Bad354c
Octal24334333434031325565114
Binary101000111110001111011100111000111011101011011101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E3DC; }

 p { color: rgb(163,227,220); }

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

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

 a { background-color: rgb(163,227,220); }

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

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

 span { border-color: rgb(163,227,220); }

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