Shades of Cruise #ABE3CE
Tints of Cruise #ABE3CE
RGB
CMYK
RGB Variations
Color information
#ABE3CE (or 0xABE3CE) is known color: Cruise. HEX triplet: AB, E3 and CE. RGB value is (171,227,206). Sum of RGB (Red+Green+Blue) = 171+227+206=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE3CE is #541C31. Grayscale: #CFCFCF. Windows color (decimal): -5512242 or 13558699. OLE color: 13558699.
HSL color Cylindrical-coordinate representation of color #ABE3CE: hue angle of 157.5º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABE3CE is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 227 | 206 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.11 |
| HSL | 157.5º | 0.5% | 0.78% | - |
| HSV(B) | 157.5º | 0.25% | 0.89% | - |
| XYZ | 55.4 | 68.05 | 68.61 | - |
| YUV | 207.86 | 126.95 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 227 | 206 | 0.25 | 0 | 0.09 | 0.11 | 157.5 | 0.5 | 0.78 |
| Hex | AB | E3 | CE | 19 | 0 | 9 | B | 9E | 32 | 4E |
| Octal | 253 | 343 | 316 | 31 | 0 | 11 | 13 | 236 | 62 | 116 |
| Binary | 10101011 | 11100011 | 11001110 | 11001 | 0 | 1001 | 1011 | 10011110 | 110010 | 1001110 |
Color Harmonies of #ABE3CE
Complementary color
Monochromatic Colors of #ABE3CE
Black with #ABE3CE
Text Example
Text Example
White with #ABE3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE3CE; }
p { color: rgb(171,227,206); }
H1.HeaderClassName
{
color: #ABE3CE;
}
.AnyTagClassName
{
color: #ABE3CE;
}
</style>
background-color css
<style>
a { background-color: #ABE3CE; }
a { background-color: rgb(171,227,206); }
div.DivClassName
{
background-color: #ABE3CE;
}
.BgClassName
{
background-color: #ABE3CE;
}
</style>
border-color css
<style>
span { border-color: #ABE3CE; }
span { border-color: rgb(171,227,206); }
td.TdClassName
{
border-color: #ABE3CE;
}
.TagClassName
{
border-color: #ABE3CE;
}
</style>