Shades of Pacific Blue #099BC7
Tints of Pacific Blue #099BC7
RGB
CMYK
RGB Variations
Color information
#099BC7 (or 0x099BC7) is known color: Pacific Blue. HEX triplet: 09, 9B and C7. RGB value is (9,155,199). Sum of RGB (Red+Green+Blue) = 9+155+199=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 199 (78.12% from 255 or 54.82% from 363); Max value from RGB is 199 - color contains mainly: blue. Hex color #099BC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099BC7 is #F66438. Grayscale: #747474. Windows color (decimal): -16147513 or 13081353. OLE color: 13081353.
HSL color Cylindrical-coordinate representation of color #099BC7: hue angle of 193.89º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099BC7 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 155 | 199 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.22 |
| HSL | 193.89º | 0.91% | 0.41% | - |
| HSV(B) | 193.89º | 0.95% | 0.78% | - |
| XYZ | 22.14 | 27.62 | 58.2 | - |
| YUV | 116.36 | 174.63 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 155 | 199 | 0.95 | 0.22 | 0 | 0.22 | 193.89 | 0.91 | 0.41 |
| Hex | 9 | 9B | C7 | 5F | 16 | 0 | 16 | C2 | 5B | 29 |
| Octal | 11 | 233 | 307 | 137 | 26 | 0 | 26 | 302 | 133 | 51 |
| Binary | 1001 | 10011011 | 11000111 | 1011111 | 10110 | 0 | 10110 | 11000010 | 1011011 | 101001 |
Color Harmonies of #099BC7
Complementary color
Monochromatic Colors of #099BC7
Black with #099BC7
Text Example
Text Example
White with #099BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099BC7; }
p { color: rgb(9,155,199); }
H1.HeaderClassName
{
color: #099BC7;
}
.AnyTagClassName
{
color: #099BC7;
}
</style>
background-color css
<style>
a { background-color: #099BC7; }
a { background-color: rgb(9,155,199); }
div.DivClassName
{
background-color: #099BC7;
}
.BgClassName
{
background-color: #099BC7;
}
</style>
border-color css
<style>
span { border-color: #099BC7; }
span { border-color: rgb(9,155,199); }
td.TdClassName
{
border-color: #099BC7;
}
.TagClassName
{
border-color: #099BC7;
}
</style>