Shades of Pacific Blue #099DBB
Tints of Pacific Blue #099DBB
RGB
CMYK
RGB Variations
Color information
#099DBB (or 0x099DBB) is known color: Pacific Blue. HEX triplet: 09, 9D and BB. RGB value is (9,157,187). Sum of RGB (Red+Green+Blue) = 9+157+187=353 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.55% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #099DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099DBB is #F66244. Grayscale: #737373. Windows color (decimal): -16147013 or 12295433. OLE color: 12295433.
HSL color Cylindrical-coordinate representation of color #099DBB: hue angle of 190.11º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099DBB is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 157 | 187 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.27 |
| HSL | 190.11º | 0.91% | 0.38% | - |
| HSV(B) | 190.11º | 0.95% | 0.73% | - |
| XYZ | 21.14 | 27.76 | 51.26 | - |
| YUV | 116.17 | 167.97 | 51.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 187 | 0.95 | 0.16 | 0 | 0.27 | 190.11 | 0.91 | 0.38 |
| Hex | 9 | 9D | BB | 5F | 10 | 0 | 1B | BE | 5B | 26 |
| Octal | 11 | 235 | 273 | 137 | 20 | 0 | 33 | 276 | 133 | 46 |
| Binary | 1001 | 10011101 | 10111011 | 1011111 | 10000 | 0 | 11011 | 10111110 | 1011011 | 100110 |
Color Harmonies of #099DBB
Complementary color
Monochromatic Colors of #099DBB
Black with #099DBB
Text Example
Text Example
White with #099DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099DBB; }
p { color: rgb(9,157,187); }
H1.HeaderClassName
{
color: #099DBB;
}
.AnyTagClassName
{
color: #099DBB;
}
</style>
background-color css
<style>
a { background-color: #099DBB; }
a { background-color: rgb(9,157,187); }
div.DivClassName
{
background-color: #099DBB;
}
.BgClassName
{
background-color: #099DBB;
}
</style>
border-color css
<style>
span { border-color: #099DBB; }
span { border-color: rgb(9,157,187); }
td.TdClassName
{
border-color: #099DBB;
}
.TagClassName
{
border-color: #099DBB;
}
</style>