Shades of Pacific Blue #099FCC
Tints of Pacific Blue #099FCC
RGB
CMYK
RGB Variations
Color information
#099FCC (or 0x099FCC) is known color: Pacific Blue. HEX triplet: 09, 9F and CC. RGB value is (9,159,204). Sum of RGB (Red+Green+Blue) = 9+159+204=372 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.42% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #099FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099FCC is #F66033. Grayscale: #767676. Windows color (decimal): -16146484 or 13410057. OLE color: 13410057.
HSL color Cylindrical-coordinate representation of color #099FCC: hue angle of 193.85º 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 #099FCC is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 159 | 204 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.2 |
| HSL | 193.85º | 0.92% | 0.42% | - |
| HSV(B) | 193.85º | 0.96% | 0.8% | - |
| XYZ | 23.41 | 29.21 | 61.53 | - |
| YUV | 119.28 | 175.81 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 159 | 204 | 0.96 | 0.22 | 0 | 0.2 | 193.85 | 0.92 | 0.42 |
| Hex | 9 | 9F | CC | 60 | 16 | 0 | 14 | C2 | 5C | 2A |
| Octal | 11 | 237 | 314 | 140 | 26 | 0 | 24 | 302 | 134 | 52 |
| Binary | 1001 | 10011111 | 11001100 | 1100000 | 10110 | 0 | 10100 | 11000010 | 1011100 | 101010 |
Color Harmonies of #099FCC
Complementary color
Monochromatic Colors of #099FCC
Black with #099FCC
Text Example
Text Example
White with #099FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099FCC; }
p { color: rgb(9,159,204); }
H1.HeaderClassName
{
color: #099FCC;
}
.AnyTagClassName
{
color: #099FCC;
}
</style>
background-color css
<style>
a { background-color: #099FCC; }
a { background-color: rgb(9,159,204); }
div.DivClassName
{
background-color: #099FCC;
}
.BgClassName
{
background-color: #099FCC;
}
</style>
border-color css
<style>
span { border-color: #099FCC; }
span { border-color: rgb(9,159,204); }
td.TdClassName
{
border-color: #099FCC;
}
.TagClassName
{
border-color: #099FCC;
}
</style>