Shades of Pacific Blue #099ACB
Tints of Pacific Blue #099ACB
RGB
CMYK
RGB Variations
Color information
#099ACB (or 0x099ACB) is known color: Pacific Blue. HEX triplet: 09, 9A and CB. RGB value is (9,154,203). Sum of RGB (Red+Green+Blue) = 9+154+203=366 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.46% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #099ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099ACB is #F66534. Grayscale: #737373. Windows color (decimal): -16147765 or 13343241. OLE color: 13343241.
HSL color Cylindrical-coordinate representation of color #099ACB: hue angle of 195.15º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099ACB is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 154 | 203 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.20 |
| HSL | 195.15º | 0.92% | 0.42% | - |
| HSV(B) | 195.15º | 0.96% | 0.8% | - |
| XYZ | 22.45 | 27.48 | 60.62 | - |
| YUV | 116.23 | 176.96 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 154 | 203 | 0.96 | 0.24 | 0 | 0.20 | 195.15 | 0.92 | 0.42 |
| Hex | 9 | 9A | CB | 60 | 18 | 0 | 14 | C3 | 5C | 2A |
| Octal | 11 | 232 | 313 | 140 | 30 | 0 | 24 | 303 | 134 | 52 |
| Binary | 1001 | 10011010 | 11001011 | 1100000 | 11000 | 0 | 10100 | 11000011 | 1011100 | 101010 |
Color Harmonies of #099ACB
Complementary color
Monochromatic Colors of #099ACB
Black with #099ACB
Text Example
Text Example
White with #099ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099ACB; }
p { color: rgb(9,154,203); }
H1.HeaderClassName
{
color: #099ACB;
}
.AnyTagClassName
{
color: #099ACB;
}
</style>
background-color css
<style>
a { background-color: #099ACB; }
a { background-color: rgb(9,154,203); }
div.DivClassName
{
background-color: #099ACB;
}
.BgClassName
{
background-color: #099ACB;
}
</style>
border-color css
<style>
span { border-color: #099ACB; }
span { border-color: rgb(9,154,203); }
td.TdClassName
{
border-color: #099ACB;
}
.TagClassName
{
border-color: #099ACB;
}
</style>