Shades of Pelorous #1996BB
Tints of Pelorous #1996BB
RGB
CMYK
RGB Variations
Color information
#1996BB (or 0x1996BB) is known color: Pelorous. HEX triplet: 19, 96 and BB. RGB value is (25,150,187). Sum of RGB (Red+Green+Blue) = 25+150+187=362 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.91% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #1996BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1996BB is #E66944. Grayscale: #747474. Windows color (decimal): -15100229 or 12293657. OLE color: 12293657.
HSL color Cylindrical-coordinate representation of color #1996BB: hue angle of 193.7º 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 #1996BB is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 150 | 187 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.27 |
| HSL | 193.7º | 0.76% | 0.42% | - |
| HSV(B) | 193.7º | 0.87% | 0.73% | - |
| XYZ | 20.28 | 25.61 | 50.89 | - |
| YUV | 116.84 | 167.59 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 150 | 187 | 0.87 | 0.20 | 0 | 0.27 | 193.7 | 0.76 | 0.42 |
| Hex | 19 | 96 | BB | 57 | 14 | 0 | 1B | C2 | 4C | 2A |
| Octal | 31 | 226 | 273 | 127 | 24 | 0 | 33 | 302 | 114 | 52 |
| Binary | 11001 | 10010110 | 10111011 | 1010111 | 10100 | 0 | 11011 | 11000010 | 1001100 | 101010 |
Color Harmonies of #1996BB
Complementary color
Monochromatic Colors of #1996BB
Black with #1996BB
Text Example
Text Example
White with #1996BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1996BB; }
p { color: rgb(25,150,187); }
H1.HeaderClassName
{
color: #1996BB;
}
.AnyTagClassName
{
color: #1996BB;
}
</style>
background-color css
<style>
a { background-color: #1996BB; }
a { background-color: rgb(25,150,187); }
div.DivClassName
{
background-color: #1996BB;
}
.BgClassName
{
background-color: #1996BB;
}
</style>
border-color css
<style>
span { border-color: #1996BB; }
span { border-color: rgb(25,150,187); }
td.TdClassName
{
border-color: #1996BB;
}
.TagClassName
{
border-color: #1996BB;
}
</style>