Shades of Pacific Blue #099CCF
Tints of Pacific Blue #099CCF
RGB
CMYK
RGB Variations
Color information
#099CCF (or 0x099CCF) is known color: Pacific Blue. HEX triplet: 09, 9C and CF. RGB value is (9,156,207). Sum of RGB (Red+Green+Blue) = 9+156+207=372 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.42% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #099CCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099CCF is #F66330. Grayscale: #757575. Windows color (decimal): -16147249 or 13605897. OLE color: 13605897.
HSL color Cylindrical-coordinate representation of color #099CCF: hue angle of 195.45º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099CCF is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 156 | 207 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.19 |
| HSL | 195.45º | 0.92% | 0.42% | - |
| HSV(B) | 195.45º | 0.96% | 0.81% | - |
| XYZ | 23.26 | 28.34 | 63.28 | - |
| YUV | 117.86 | 178.3 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 207 | 0.96 | 0.25 | 0 | 0.19 | 195.45 | 0.92 | 0.42 |
| Hex | 9 | 9C | CF | 60 | 19 | 0 | 13 | C3 | 5C | 2A |
| Octal | 11 | 234 | 317 | 140 | 31 | 0 | 23 | 303 | 134 | 52 |
| Binary | 1001 | 10011100 | 11001111 | 1100000 | 11001 | 0 | 10011 | 11000011 | 1011100 | 101010 |
Color Harmonies of #099CCF
Complementary color
Monochromatic Colors of #099CCF
Black with #099CCF
Text Example
Text Example
White with #099CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099CCF; }
p { color: rgb(9,156,207); }
H1.HeaderClassName
{
color: #099CCF;
}
.AnyTagClassName
{
color: #099CCF;
}
</style>
background-color css
<style>
a { background-color: #099CCF; }
a { background-color: rgb(9,156,207); }
div.DivClassName
{
background-color: #099CCF;
}
.BgClassName
{
background-color: #099CCF;
}
</style>
border-color css
<style>
span { border-color: #099CCF; }
span { border-color: rgb(9,156,207); }
td.TdClassName
{
border-color: #099CCF;
}
.TagClassName
{
border-color: #099CCF;
}
</style>