#A3F0DC

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

Shades of Ice Cold #A3F0DC

Tints of Ice Cold #A3F0DC

Color information

#A3F0DC (or 0xA3F0DC) is unknown color: approx Ice Cold. HEX triplet: A3, F0 and DC. RGB value is (163,240,220). Sum of RGB (Red+Green+Blue) = 163+240+220=623 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.16% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 240 - color contains mainly: green. Hex color #A3F0DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F0DC is #5C0F23. Grayscale: #D6D6D6. Windows color (decimal): -6033188 or 14479523. OLE color: 14479523.

HSL color Cylindrical-coordinate representation of color #A3F0DC: hue angle of 164.42º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3F0DC is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB163240220-
CMYK0.3200.080.06
HSL164.42º71.96%79.02%-
HSV(B)164.42º32.08%94.12%-
XYZ59.1875.2779.12-
YUV214.7130.9991.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.16%
GREEN value IS 240 (94.14% from 255) = 38.52%
BLUE value IS 220 (86.33% from 255) = 35.31%
R=26.16%
G=38.52%
B=35.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1632402200.3200.080.06164.4271.9679.02
HexA3F0DC20086a4484f
Octal243360334400106244110117
Binary101000111111000011011100100000010001101010010010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F0DC; }

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

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

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

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

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

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

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

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