Shades of Pelorous #1B98BA
Tints of Pelorous #1B98BA
RGB
CMYK
RGB Variations
Color information
#1B98BA (or 0x1B98BA) is known color: Pelorous. HEX triplet: 1B, 98 and BA. RGB value is (27,152,186). Sum of RGB (Red+Green+Blue) = 27+152+186=365 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.40% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #1B98BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B98BA is #E46745. Grayscale: #767676. Windows color (decimal): -14968646 or 12228635. OLE color: 12228635.
HSL color Cylindrical-coordinate representation of color #1B98BA: hue angle of 192.83º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B98BA is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 152 | 186 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.27 |
| HSL | 192.83º | 0.75% | 0.42% | - |
| HSV(B) | 192.83º | 0.85% | 0.73% | - |
| XYZ | 20.54 | 26.23 | 50.44 | - |
| YUV | 118.5 | 166.09 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 152 | 186 | 0.85 | 0.18 | 0 | 0.27 | 192.83 | 0.75 | 0.42 |
| Hex | 1B | 98 | BA | 55 | 12 | 0 | 1B | C1 | 4B | 2A |
| Octal | 33 | 230 | 272 | 125 | 22 | 0 | 33 | 301 | 113 | 52 |
| Binary | 11011 | 10011000 | 10111010 | 1010101 | 10010 | 0 | 11011 | 11000001 | 1001011 | 101010 |
Color Harmonies of #1B98BA
Complementary color
Monochromatic Colors of #1B98BA
Black with #1B98BA
Text Example
Text Example
White with #1B98BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B98BA; }
p { color: rgb(27,152,186); }
H1.HeaderClassName
{
color: #1B98BA;
}
.AnyTagClassName
{
color: #1B98BA;
}
</style>
background-color css
<style>
a { background-color: #1B98BA; }
a { background-color: rgb(27,152,186); }
div.DivClassName
{
background-color: #1B98BA;
}
.BgClassName
{
background-color: #1B98BA;
}
</style>
border-color css
<style>
span { border-color: #1B98BA; }
span { border-color: rgb(27,152,186); }
td.TdClassName
{
border-color: #1B98BA;
}
.TagClassName
{
border-color: #1B98BA;
}
</style>