Shades of Ice Cold #A1EFDF
Tints of Ice Cold #A1EFDF
RGB
CMYK
RGB Variations
Color information
#A1EFDF (or 0xA1EFDF) is known color: Ice Cold. HEX triplet: A1, EF and DF. RGB value is (161,239,223). Sum of RGB (Red+Green+Blue) = 161+239+223=623 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.84% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFDF is #5E1020. Grayscale: #D5D5D5. Windows color (decimal): -6164513 or 14675873. OLE color: 14675873.
HSL color Cylindrical-coordinate representation of color #A1EFDF: hue angle of 167.69º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EFDF is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 223 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.06 |
| HSL | 167.69º | 0.71% | 0.78% | - |
| HSV(B) | 167.69º | 0.33% | 0.94% | - |
| XYZ | 58.88 | 74.64 | 81.12 | - |
| YUV | 213.85 | 133.16 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 223 | 0.33 | 0 | 0.07 | 0.06 | 167.69 | 0.71 | 0.78 |
| Hex | A1 | EF | DF | 21 | 0 | 7 | 6 | A8 | 47 | 4E |
| Octal | 241 | 357 | 337 | 41 | 0 | 7 | 6 | 250 | 107 | 116 |
| Binary | 10100001 | 11101111 | 11011111 | 100001 | 0 | 111 | 110 | 10101000 | 1000111 | 1001110 |
Color Harmonies of #A1EFDF
Complementary color
Monochromatic Colors of #A1EFDF
Black with #A1EFDF
Text Example
Text Example
White with #A1EFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EFDF; }
p { color: rgb(161,239,223); }
H1.HeaderClassName
{
color: #A1EFDF;
}
.AnyTagClassName
{
color: #A1EFDF;
}
</style>
background-color css
<style>
a { background-color: #A1EFDF; }
a { background-color: rgb(161,239,223); }
div.DivClassName
{
background-color: #A1EFDF;
}
.BgClassName
{
background-color: #A1EFDF;
}
</style>
border-color css
<style>
span { border-color: #A1EFDF; }
span { border-color: rgb(161,239,223); }
td.TdClassName
{
border-color: #A1EFDF;
}
.TagClassName
{
border-color: #A1EFDF;
}
</style>