Shades of Pelorous #1999B7
Tints of Pelorous #1999B7
RGB
CMYK
RGB Variations
Color information
#1999B7 (or 0x1999B7) is known color: Pelorous. HEX triplet: 19, 99 and B7. RGB value is (25,153,183). Sum of RGB (Red+Green+Blue) = 25+153+183=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 183 (71.88% from 255 or 50.69% from 361); Max value from RGB is 183 - color contains mainly: blue. Hex color #1999B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1999B7 is #E66648. Grayscale: #757575. Windows color (decimal): -15099465 or 12032281. OLE color: 12032281.
HSL color Cylindrical-coordinate representation of color #1999B7: hue angle of 191.39º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1999B7 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 153 | 183 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.28 |
| HSL | 191.39º | 0.76% | 0.41% | - |
| HSV(B) | 191.39º | 0.86% | 0.72% | - |
| XYZ | 20.34 | 26.41 | 48.83 | - |
| YUV | 118.15 | 164.59 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 183 | 0.86 | 0.16 | 0 | 0.28 | 191.39 | 0.76 | 0.41 |
| Hex | 19 | 99 | B7 | 56 | 10 | 0 | 1C | BF | 4C | 29 |
| Octal | 31 | 231 | 267 | 126 | 20 | 0 | 34 | 277 | 114 | 51 |
| Binary | 11001 | 10011001 | 10110111 | 1010110 | 10000 | 0 | 11100 | 10111111 | 1001100 | 101001 |
Color Harmonies of #1999B7
Complementary color
Monochromatic Colors of #1999B7
Black with #1999B7
Text Example
Text Example
White with #1999B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1999B7; }
p { color: rgb(25,153,183); }
H1.HeaderClassName
{
color: #1999B7;
}
.AnyTagClassName
{
color: #1999B7;
}
</style>
background-color css
<style>
a { background-color: #1999B7; }
a { background-color: rgb(25,153,183); }
div.DivClassName
{
background-color: #1999B7;
}
.BgClassName
{
background-color: #1999B7;
}
</style>
border-color css
<style>
span { border-color: #1999B7; }
span { border-color: rgb(25,153,183); }
td.TdClassName
{
border-color: #1999B7;
}
.TagClassName
{
border-color: #1999B7;
}
</style>