#A1F0DC

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

Shades of Ice Cold #A1F0DC

Tints of Ice Cold #A1F0DC

Color information

#A1F0DC (or 0xA1F0DC) is unknown color: approx Ice Cold. HEX triplet: A1, F0 and DC. RGB value is (161,240,220). Sum of RGB (Red+Green+Blue) = 161+240+220=621 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.93% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F0DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F0DC is #5E0F23. Grayscale: #D6D6D6. Windows color (decimal): -6164260 or 14479521. OLE color: 14479521.

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

Color convert

RGB161240220-
CMYK0.3300.080.06
HSL164.81º72.48%78.63%-
HSV(B)164.81º32.92%94.12%-
XYZ58.7875.0679.1-
YUV214.1131.3390.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.93%
GREEN value IS 240 (94.14% from 255) = 38.65%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=25.93%
G=38.65%
B=35.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1612402200.3300.080.06164.8172.4878.63
HexA1F0DC21086a5484f
Octal241360334410106245110117
Binary101000011111000011011100100001010001101010010110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F0DC; }

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

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

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

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

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

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

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

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