Shades of Pacific Blue #099CCA
Tints of Pacific Blue #099CCA
RGB
CMYK
RGB Variations
Color information
#099CCA (or 0x099CCA) is known color: Pacific Blue. HEX triplet: 09, 9C and CA. RGB value is (9,156,202). Sum of RGB (Red+Green+Blue) = 9+156+202=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #099CCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099CCA is #F66335. Grayscale: #747474. Windows color (decimal): -16147254 or 13278217. OLE color: 13278217.
HSL color Cylindrical-coordinate representation of color #099CCA: hue angle of 194.3º 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 #099CCA is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 156 | 202 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.21 |
| HSL | 194.3º | 0.91% | 0.41% | - |
| HSV(B) | 194.3º | 0.96% | 0.79% | - |
| XYZ | 22.66 | 28.1 | 60.11 | - |
| YUV | 117.29 | 175.8 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 202 | 0.96 | 0.23 | 0 | 0.21 | 194.3 | 0.91 | 0.41 |
| Hex | 9 | 9C | CA | 60 | 17 | 0 | 15 | C2 | 5B | 29 |
| Octal | 11 | 234 | 312 | 140 | 27 | 0 | 25 | 302 | 133 | 51 |
| Binary | 1001 | 10011100 | 11001010 | 1100000 | 10111 | 0 | 10101 | 11000010 | 1011011 | 101001 |
Color Harmonies of #099CCA
Complementary color
Monochromatic Colors of #099CCA
Black with #099CCA
Text Example
Text Example
White with #099CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099CCA; }
p { color: rgb(9,156,202); }
H1.HeaderClassName
{
color: #099CCA;
}
.AnyTagClassName
{
color: #099CCA;
}
</style>
background-color css
<style>
a { background-color: #099CCA; }
a { background-color: rgb(9,156,202); }
div.DivClassName
{
background-color: #099CCA;
}
.BgClassName
{
background-color: #099CCA;
}
</style>
border-color css
<style>
span { border-color: #099CCA; }
span { border-color: rgb(9,156,202); }
td.TdClassName
{
border-color: #099CCA;
}
.TagClassName
{
border-color: #099CCA;
}
</style>