Shades of Pacific Blue #1B98DB
Tints of Pacific Blue #1B98DB
RGB
CMYK
RGB Variations
Color information
#1B98DB (or 0x1B98DB) is known color: Pacific Blue. HEX triplet: 1B, 98 and DB. RGB value is (27,152,219). Sum of RGB (Red+Green+Blue) = 27+152+219=398 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.78% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B98DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B98DB is #E46724. Grayscale: #797979. Windows color (decimal): -14968613 or 14391323. OLE color: 14391323.
HSL color Cylindrical-coordinate representation of color #1B98DB: hue angle of 200.94º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B98DB is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 152 | 219 | - |
| CMYK | 0.88 | 0.31 | 0 | 0.14 |
| HSL | 200.94º | 0.78% | 0.48% | - |
| HSV(B) | 200.94º | 0.88% | 0.86% | - |
| XYZ | 24.47 | 27.8 | 71.1 | - |
| YUV | 122.26 | 182.59 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 152 | 219 | 0.88 | 0.31 | 0 | 0.14 | 200.94 | 0.78 | 0.48 |
| Hex | 1B | 98 | DB | 58 | 1F | 0 | E | C9 | 4E | 30 |
| Octal | 33 | 230 | 333 | 130 | 37 | 0 | 16 | 311 | 116 | 60 |
| Binary | 11011 | 10011000 | 11011011 | 1011000 | 11111 | 0 | 1110 | 11001001 | 1001110 | 110000 |
Color Harmonies of #1B98DB
Complementary color
Monochromatic Colors of #1B98DB
Black with #1B98DB
Text Example
Text Example
White with #1B98DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B98DB; }
p { color: rgb(27,152,219); }
H1.HeaderClassName
{
color: #1B98DB;
}
.AnyTagClassName
{
color: #1B98DB;
}
</style>
background-color css
<style>
a { background-color: #1B98DB; }
a { background-color: rgb(27,152,219); }
div.DivClassName
{
background-color: #1B98DB;
}
.BgClassName
{
background-color: #1B98DB;
}
</style>
border-color css
<style>
span { border-color: #1B98DB; }
span { border-color: rgb(27,152,219); }
td.TdClassName
{
border-color: #1B98DB;
}
.TagClassName
{
border-color: #1B98DB;
}
</style>