Shades of Ice Cold #A8EDDA
Tints of Ice Cold #A8EDDA
RGB
CMYK
RGB Variations
Color information
#A8EDDA (or 0xA8EDDA) is known color: Ice Cold. HEX triplet: A8, ED and DA. RGB value is (168,237,218). Sum of RGB (Red+Green+Blue) = 168+237+218=623 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.97% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDDA is #571225. Grayscale: #D6D6D6. Windows color (decimal): -5706278 or 14347688. OLE color: 14347688.
HSL color Cylindrical-coordinate representation of color #A8EDDA: hue angle of 163.48º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EDDA is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 168 | 237 | 218 | - |
CMYK | 0.29 | 0 | 0.08 | 0.07 |
HSL | 163.48º | 0.66% | 0.79% | - |
HSV(B) | 163.48º | 0.29% | 0.93% | - |
XYZ | 59.09 | 73.96 | 77.49 | - |
YUV | 214.2 | 130.14 | 95.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 237 | 218 | 0.29 | 0 | 0.08 | 0.07 | 163.48 | 0.66 | 0.79 |
Hex | A8 | ED | DA | 1D | 0 | 8 | 7 | A3 | 42 | 4F |
Octal | 250 | 355 | 332 | 35 | 0 | 10 | 7 | 243 | 102 | 117 |
Binary | 10101000 | 11101101 | 11011010 | 11101 | 0 | 1000 | 111 | 10100011 | 1000010 | 1001111 |
Color Harmonies of #A8EDDA
Complementary color
Monochromatic Colors of #A8EDDA
Black with #A8EDDA
Text Example
Text Example
White with #A8EDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDDA; }
p { color: rgb(168,237,218); }
H1.HeaderClassName
{
color: #A8EDDA;
}
.AnyTagClassName
{
color: #A8EDDA;
}
</style>
background-color css
<style>
a { background-color: #A8EDDA; }
a { background-color: rgb(168,237,218); }
div.DivClassName
{
background-color: #A8EDDA;
}
.BgClassName
{
background-color: #A8EDDA;
}
</style>
border-color css
<style>
span { border-color: #A8EDDA; }
span { border-color: rgb(168,237,218); }
td.TdClassName
{
border-color: #A8EDDA;
}
.TagClassName
{
border-color: #A8EDDA;
}
</style>