Shades of Pacific Blue #0899BD
Tints of Pacific Blue #0899BD
RGB
CMYK
RGB Variations
Color information
#0899BD (or 0x0899BD) is known color: Pacific Blue. HEX triplet: 08, 99 and BD. RGB value is (8,153,189). Sum of RGB (Red+Green+Blue) = 8+153+189=350 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #0899BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0899BD is #F76642. Grayscale: #717171. Windows color (decimal): -16213571 or 12425480. OLE color: 12425480.
HSL color Cylindrical-coordinate representation of color #0899BD: hue angle of 191.93º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0899BD is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 153 | 189 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.26 |
| HSL | 191.93º | 0.92% | 0.39% | - |
| HSV(B) | 191.93º | 0.96% | 0.74% | - |
| XYZ | 20.68 | 26.51 | 52.17 | - |
| YUV | 113.75 | 170.46 | 52.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 189 | 0.96 | 0.19 | 0 | 0.26 | 191.93 | 0.92 | 0.39 |
| Hex | 8 | 99 | BD | 60 | 13 | 0 | 1A | C0 | 5C | 27 |
| Octal | 10 | 231 | 275 | 140 | 23 | 0 | 32 | 300 | 134 | 47 |
| Binary | 1000 | 10011001 | 10111101 | 1100000 | 10011 | 0 | 11010 | 11000000 | 1011100 | 100111 |
Color Harmonies of #0899BD
Complementary color
Monochromatic Colors of #0899BD
Black with #0899BD
Text Example
Text Example
White with #0899BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0899BD; }
p { color: rgb(8,153,189); }
H1.HeaderClassName
{
color: #0899BD;
}
.AnyTagClassName
{
color: #0899BD;
}
</style>
background-color css
<style>
a { background-color: #0899BD; }
a { background-color: rgb(8,153,189); }
div.DivClassName
{
background-color: #0899BD;
}
.BgClassName
{
background-color: #0899BD;
}
</style>
border-color css
<style>
span { border-color: #0899BD; }
span { border-color: rgb(8,153,189); }
td.TdClassName
{
border-color: #0899BD;
}
.TagClassName
{
border-color: #0899BD;
}
</style>