Shades of Pelorous #1998BB
Tints of Pelorous #1998BB
RGB
CMYK
RGB Variations
Color information
#1998BB (or 0x1998BB) is known color: Pelorous. HEX triplet: 19, 98 and BB. RGB value is (25,152,187). Sum of RGB (Red+Green+Blue) = 25+152+187=364 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.87% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #1998BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1998BB is #E66744. Grayscale: #757575. Windows color (decimal): -15099717 or 12294169. OLE color: 12294169.
HSL color Cylindrical-coordinate representation of color #1998BB: hue angle of 192.96º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1998BB is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 152 | 187 | - |
| CMYK | 0.87 | 0.19 | 0 | 0.27 |
| HSL | 192.96º | 0.76% | 0.42% | - |
| HSV(B) | 192.96º | 0.87% | 0.73% | - |
| XYZ | 20.6 | 26.25 | 50.99 | - |
| YUV | 118.02 | 166.92 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 187 | 0.87 | 0.19 | 0 | 0.27 | 192.96 | 0.76 | 0.42 |
| Hex | 19 | 98 | BB | 57 | 13 | 0 | 1B | C1 | 4C | 2A |
| Octal | 31 | 230 | 273 | 127 | 23 | 0 | 33 | 301 | 114 | 52 |
| Binary | 11001 | 10011000 | 10111011 | 1010111 | 10011 | 0 | 11011 | 11000001 | 1001100 | 101010 |
Color Harmonies of #1998BB
Complementary color
Monochromatic Colors of #1998BB
Black with #1998BB
Text Example
Text Example
White with #1998BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1998BB; }
p { color: rgb(25,152,187); }
H1.HeaderClassName
{
color: #1998BB;
}
.AnyTagClassName
{
color: #1998BB;
}
</style>
background-color css
<style>
a { background-color: #1998BB; }
a { background-color: rgb(25,152,187); }
div.DivClassName
{
background-color: #1998BB;
}
.BgClassName
{
background-color: #1998BB;
}
</style>
border-color css
<style>
span { border-color: #1998BB; }
span { border-color: rgb(25,152,187); }
td.TdClassName
{
border-color: #1998BB;
}
.TagClassName
{
border-color: #1998BB;
}
</style>