Shades of Pelorous #1B96BA
Tints of Pelorous #1B96BA
RGB
CMYK
RGB Variations
Color information
#1B96BA (or 0x1B96BA) is known color: Pelorous. HEX triplet: 1B, 96 and BA. RGB value is (27,150,186). Sum of RGB (Red+Green+Blue) = 27+150+186=363 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.44% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #1B96BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B96BA is #E46945. Grayscale: #757575. Windows color (decimal): -14969158 or 12228123. OLE color: 12228123.
HSL color Cylindrical-coordinate representation of color #1B96BA: hue angle of 193.58º 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 #1B96BA is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 150 | 186 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.27 |
| HSL | 193.58º | 0.75% | 0.42% | - |
| HSV(B) | 193.58º | 0.85% | 0.73% | - |
| XYZ | 20.22 | 25.59 | 50.33 | - |
| YUV | 117.33 | 166.75 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 150 | 186 | 0.85 | 0.19 | 0 | 0.27 | 193.58 | 0.75 | 0.42 |
| Hex | 1B | 96 | BA | 55 | 13 | 0 | 1B | C2 | 4B | 2A |
| Octal | 33 | 226 | 272 | 125 | 23 | 0 | 33 | 302 | 113 | 52 |
| Binary | 11011 | 10010110 | 10111010 | 1010101 | 10011 | 0 | 11011 | 11000010 | 1001011 | 101010 |
Color Harmonies of #1B96BA
Complementary color
Monochromatic Colors of #1B96BA
Black with #1B96BA
Text Example
Text Example
White with #1B96BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B96BA; }
p { color: rgb(27,150,186); }
H1.HeaderClassName
{
color: #1B96BA;
}
.AnyTagClassName
{
color: #1B96BA;
}
</style>
background-color css
<style>
a { background-color: #1B96BA; }
a { background-color: rgb(27,150,186); }
div.DivClassName
{
background-color: #1B96BA;
}
.BgClassName
{
background-color: #1B96BA;
}
</style>
border-color css
<style>
span { border-color: #1B96BA; }
span { border-color: rgb(27,150,186); }
td.TdClassName
{
border-color: #1B96BA;
}
.TagClassName
{
border-color: #1B96BA;
}
</style>