Shades of Pacific Blue #1B9DD1
Tints of Pacific Blue #1B9DD1
RGB
CMYK
RGB Variations
Color information
#1B9DD1 (or 0x1B9DD1) is known color: Pacific Blue. HEX triplet: 1B, 9D and D1. RGB value is (27,157,209). Sum of RGB (Red+Green+Blue) = 27+157+209=393 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.87% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 209 (82.03% from 255 or 53.18% from 393); Max value from RGB is 209 - color contains mainly: blue. Hex color #1B9DD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B9DD1 is #E4622E. Grayscale: #7B7B7B. Windows color (decimal): -14967343 or 13737243. OLE color: 13737243.
HSL color Cylindrical-coordinate representation of color #1B9DD1: hue angle of 197.14º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B9DD1 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 27 | 157 | 209 | - |
| CMYK | 0.87 | 0.25 | 0 | 0.18 |
| HSL | 197.14º | 0.77% | 0.46% | - |
| HSV(B) | 197.14º | 0.87% | 0.82% | - |
| XYZ | 24.02 | 28.95 | 64.64 | - |
| YUV | 124.06 | 175.93 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 157 | 209 | 0.87 | 0.25 | 0 | 0.18 | 197.14 | 0.77 | 0.46 |
| Hex | 1B | 9D | D1 | 57 | 19 | 0 | 12 | C5 | 4D | 2E |
| Octal | 33 | 235 | 321 | 127 | 31 | 0 | 22 | 305 | 115 | 56 |
| Binary | 11011 | 10011101 | 11010001 | 1010111 | 11001 | 0 | 10010 | 11000101 | 1001101 | 101110 |
Color Harmonies of #1B9DD1
Complementary color
Monochromatic Colors of #1B9DD1
Black with #1B9DD1
Text Example
Text Example
White with #1B9DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9DD1; }
p { color: rgb(27,157,209); }
H1.HeaderClassName
{
color: #1B9DD1;
}
.AnyTagClassName
{
color: #1B9DD1;
}
</style>
background-color css
<style>
a { background-color: #1B9DD1; }
a { background-color: rgb(27,157,209); }
div.DivClassName
{
background-color: #1B9DD1;
}
.BgClassName
{
background-color: #1B9DD1;
}
</style>
border-color css
<style>
span { border-color: #1B9DD1; }
span { border-color: rgb(27,157,209); }
td.TdClassName
{
border-color: #1B9DD1;
}
.TagClassName
{
border-color: #1B9DD1;
}
</style>