Shades of Cruise #ABE0CC
Tints of Cruise #ABE0CC
RGB
CMYK
RGB Variations
Color information
#ABE0CC (or 0xABE0CC) is known color: Cruise. HEX triplet: AB, E0 and CC. RGB value is (171,224,204). Sum of RGB (Red+Green+Blue) = 171+224+204=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE0CC is #541F33. Grayscale: #CDCDCD. Windows color (decimal): -5513012 or 13426859. OLE color: 13426859.
HSL color Cylindrical-coordinate representation of color #ABE0CC: hue angle of 157.36º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE0CC is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 224 | 204 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.12 |
| HSL | 157.36º | 0.46% | 0.77% | - |
| HSV(B) | 157.36º | 0.24% | 0.88% | - |
| XYZ | 54.35 | 66.33 | 67.06 | - |
| YUV | 205.87 | 126.94 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 204 | 0.24 | 0 | 0.09 | 0.12 | 157.36 | 0.46 | 0.77 |
| Hex | AB | E0 | CC | 18 | 0 | 9 | C | 9D | 2E | 4D |
| Octal | 253 | 340 | 314 | 30 | 0 | 11 | 14 | 235 | 56 | 115 |
| Binary | 10101011 | 11100000 | 11001100 | 11000 | 0 | 1001 | 1100 | 10011101 | 101110 | 1001101 |
Color Harmonies of #ABE0CC
Complementary color
Monochromatic Colors of #ABE0CC
Black with #ABE0CC
Text Example
Text Example
White with #ABE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE0CC; }
p { color: rgb(171,224,204); }
H1.HeaderClassName
{
color: #ABE0CC;
}
.AnyTagClassName
{
color: #ABE0CC;
}
</style>
background-color css
<style>
a { background-color: #ABE0CC; }
a { background-color: rgb(171,224,204); }
div.DivClassName
{
background-color: #ABE0CC;
}
.BgClassName
{
background-color: #ABE0CC;
}
</style>
border-color css
<style>
span { border-color: #ABE0CC; }
span { border-color: rgb(171,224,204); }
td.TdClassName
{
border-color: #ABE0CC;
}
.TagClassName
{
border-color: #ABE0CC;
}
</style>