Shades of Pacific Blue #099BC9
Tints of Pacific Blue #099BC9
RGB
CMYK
RGB Variations
Color information
#099BC9 (or 0x099BC9) is known color: Pacific Blue. HEX triplet: 09, 9B and C9. RGB value is (9,155,201). Sum of RGB (Red+Green+Blue) = 9+155+201=365 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 201 (78.91% from 255 or 55.07% from 365); Max value from RGB is 201 - color contains mainly: blue. Hex color #099BC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099BC9 is #F66436. Grayscale: #747474. Windows color (decimal): -16147511 or 13212425. OLE color: 13212425.
HSL color Cylindrical-coordinate representation of color #099BC9: hue angle of 194.38º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099BC9 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 155 | 201 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.21 |
| HSL | 194.38º | 0.91% | 0.41% | - |
| HSV(B) | 194.38º | 0.96% | 0.79% | - |
| XYZ | 22.38 | 27.72 | 59.43 | - |
| YUV | 116.59 | 175.63 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 155 | 201 | 0.96 | 0.23 | 0 | 0.21 | 194.38 | 0.91 | 0.41 |
| Hex | 9 | 9B | C9 | 60 | 17 | 0 | 15 | C2 | 5B | 29 |
| Octal | 11 | 233 | 311 | 140 | 27 | 0 | 25 | 302 | 133 | 51 |
| Binary | 1001 | 10011011 | 11001001 | 1100000 | 10111 | 0 | 10101 | 11000010 | 1011011 | 101001 |
Color Harmonies of #099BC9
Complementary color
Monochromatic Colors of #099BC9
Black with #099BC9
Text Example
Text Example
White with #099BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099BC9; }
p { color: rgb(9,155,201); }
H1.HeaderClassName
{
color: #099BC9;
}
.AnyTagClassName
{
color: #099BC9;
}
</style>
background-color css
<style>
a { background-color: #099BC9; }
a { background-color: rgb(9,155,201); }
div.DivClassName
{
background-color: #099BC9;
}
.BgClassName
{
background-color: #099BC9;
}
</style>
border-color css
<style>
span { border-color: #099BC9; }
span { border-color: rgb(9,155,201); }
td.TdClassName
{
border-color: #099BC9;
}
.TagClassName
{
border-color: #099BC9;
}
</style>