Shades of Pacific Blue #1299BD
Tints of Pacific Blue #1299BD
RGB
CMYK
RGB Variations
Color information
#1299BD (or 0x1299BD) is known color: Pacific Blue. HEX triplet: 12, 99 and BD. RGB value is (18,153,189). Sum of RGB (Red+Green+Blue) = 18+153+189=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #1299BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1299BD is #ED6642. Grayscale: #747474. Windows color (decimal): -15558211 or 12425490. OLE color: 12425490.
HSL color Cylindrical-coordinate representation of color #1299BD: hue angle of 192.63º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1299BD is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 153 | 189 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.26 |
| HSL | 192.63º | 0.83% | 0.41% | - |
| HSV(B) | 192.63º | 0.9% | 0.74% | - |
| XYZ | 20.83 | 26.59 | 52.18 | - |
| YUV | 116.74 | 168.77 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 153 | 189 | 0.90 | 0.19 | 0 | 0.26 | 192.63 | 0.83 | 0.41 |
| Hex | 12 | 99 | BD | 5A | 13 | 0 | 1A | C1 | 53 | 29 |
| Octal | 22 | 231 | 275 | 132 | 23 | 0 | 32 | 301 | 123 | 51 |
| Binary | 10010 | 10011001 | 10111101 | 1011010 | 10011 | 0 | 11010 | 11000001 | 1010011 | 101001 |
Color Harmonies of #1299BD
Complementary color
Monochromatic Colors of #1299BD
Black with #1299BD
Text Example
Text Example
White with #1299BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1299BD; }
p { color: rgb(18,153,189); }
H1.HeaderClassName
{
color: #1299BD;
}
.AnyTagClassName
{
color: #1299BD;
}
</style>
background-color css
<style>
a { background-color: #1299BD; }
a { background-color: rgb(18,153,189); }
div.DivClassName
{
background-color: #1299BD;
}
.BgClassName
{
background-color: #1299BD;
}
</style>
border-color css
<style>
span { border-color: #1299BD; }
span { border-color: rgb(18,153,189); }
td.TdClassName
{
border-color: #1299BD;
}
.TagClassName
{
border-color: #1299BD;
}
</style>