Shades of Pelorous #1899AF
Tints of Pelorous #1899AF
RGB
CMYK
RGB Variations
Color information
#1899AF (or 0x1899AF) is known color: Pelorous. HEX triplet: 18, 99 and AF. RGB value is (24,153,175). Sum of RGB (Red+Green+Blue) = 24+153+175=352 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.82% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #1899AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1899AF is #E76650. Grayscale: #747474. Windows color (decimal): -15165009 or 11507992. OLE color: 11507992.
HSL color Cylindrical-coordinate representation of color #1899AF: hue angle of 188.74º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1899AF is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 153 | 175 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.31 |
| HSL | 188.74º | 0.76% | 0.39% | - |
| HSV(B) | 188.74º | 0.86% | 0.69% | - |
| XYZ | 19.51 | 26.07 | 44.56 | - |
| YUV | 116.94 | 160.76 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 153 | 175 | 0.86 | 0.13 | 0 | 0.31 | 188.74 | 0.76 | 0.39 |
| Hex | 18 | 99 | AF | 56 | D | 0 | 1F | BD | 4C | 27 |
| Octal | 30 | 231 | 257 | 126 | 15 | 0 | 37 | 275 | 114 | 47 |
| Binary | 11000 | 10011001 | 10101111 | 1010110 | 1101 | 0 | 11111 | 10111101 | 1001100 | 100111 |
Color Harmonies of #1899AF
Complementary color
Monochromatic Colors of #1899AF
Black with #1899AF
Text Example
Text Example
White with #1899AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1899AF; }
p { color: rgb(24,153,175); }
H1.HeaderClassName
{
color: #1899AF;
}
.AnyTagClassName
{
color: #1899AF;
}
</style>
background-color css
<style>
a { background-color: #1899AF; }
a { background-color: rgb(24,153,175); }
div.DivClassName
{
background-color: #1899AF;
}
.BgClassName
{
background-color: #1899AF;
}
</style>
border-color css
<style>
span { border-color: #1899AF; }
span { border-color: rgb(24,153,175); }
td.TdClassName
{
border-color: #1899AF;
}
.TagClassName
{
border-color: #1899AF;
}
</style>