Shades of Pelorous #18AABB
Tints of Pelorous #18AABB
RGB
CMYK
RGB Variations
Color information
#18AABB (or 0x18AABB) is known color: Pelorous. HEX triplet: 18, AA and BB. RGB value is (24,170,187). Sum of RGB (Red+Green+Blue) = 24+170+187=381 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.30% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #18AABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AABB is #E75544. Grayscale: #808080. Windows color (decimal): -15160645 or 12298776. OLE color: 12298776.
HSL color Cylindrical-coordinate representation of color #18AABB: hue angle of 186.26º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18AABB is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 170 | 187 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.27 |
| HSL | 186.26º | 0.77% | 0.41% | - |
| HSV(B) | 186.26º | 0.87% | 0.73% | - |
| XYZ | 23.72 | 32.53 | 52.04 | - |
| YUV | 128.28 | 161.13 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 187 | 0.87 | 0.09 | 0 | 0.27 | 186.26 | 0.77 | 0.41 |
| Hex | 18 | AA | BB | 57 | 9 | 0 | 1B | BA | 4D | 29 |
| Octal | 30 | 252 | 273 | 127 | 11 | 0 | 33 | 272 | 115 | 51 |
| Binary | 11000 | 10101010 | 10111011 | 1010111 | 1001 | 0 | 11011 | 10111010 | 1001101 | 101001 |
Color Harmonies of #18AABB
Complementary color
Monochromatic Colors of #18AABB
Black with #18AABB
Text Example
Text Example
White with #18AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AABB; }
p { color: rgb(24,170,187); }
H1.HeaderClassName
{
color: #18AABB;
}
.AnyTagClassName
{
color: #18AABB;
}
</style>
background-color css
<style>
a { background-color: #18AABB; }
a { background-color: rgb(24,170,187); }
div.DivClassName
{
background-color: #18AABB;
}
.BgClassName
{
background-color: #18AABB;
}
</style>
border-color css
<style>
span { border-color: #18AABB; }
span { border-color: rgb(24,170,187); }
td.TdClassName
{
border-color: #18AABB;
}
.TagClassName
{
border-color: #18AABB;
}
</style>