Shades of Pacific Blue #099FCF
Tints of Pacific Blue #099FCF
RGB
CMYK
RGB Variations
Color information
#099FCF (or 0x099FCF) is known color: Pacific Blue. HEX triplet: 09, 9F and CF. RGB value is (9,159,207). Sum of RGB (Red+Green+Blue) = 9+159+207=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #099FCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099FCF is #F66030. Grayscale: #777777. Windows color (decimal): -16146481 or 13606665. OLE color: 13606665.
HSL color Cylindrical-coordinate representation of color #099FCF: hue angle of 194.55º 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 #099FCF is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 159 | 207 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.19 |
| HSL | 194.55º | 0.92% | 0.42% | - |
| HSV(B) | 194.55º | 0.96% | 0.81% | - |
| XYZ | 23.77 | 29.36 | 63.45 | - |
| YUV | 119.62 | 177.31 | 49.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 159 | 207 | 0.96 | 0.23 | 0 | 0.19 | 194.55 | 0.92 | 0.42 |
| Hex | 9 | 9F | CF | 60 | 17 | 0 | 13 | C3 | 5C | 2A |
| Octal | 11 | 237 | 317 | 140 | 27 | 0 | 23 | 303 | 134 | 52 |
| Binary | 1001 | 10011111 | 11001111 | 1100000 | 10111 | 0 | 10011 | 11000011 | 1011100 | 101010 |
Color Harmonies of #099FCF
Complementary color
Monochromatic Colors of #099FCF
Black with #099FCF
Text Example
Text Example
White with #099FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099FCF; }
p { color: rgb(9,159,207); }
H1.HeaderClassName
{
color: #099FCF;
}
.AnyTagClassName
{
color: #099FCF;
}
</style>
background-color css
<style>
a { background-color: #099FCF; }
a { background-color: rgb(9,159,207); }
div.DivClassName
{
background-color: #099FCF;
}
.BgClassName
{
background-color: #099FCF;
}
</style>
border-color css
<style>
span { border-color: #099FCF; }
span { border-color: rgb(9,159,207); }
td.TdClassName
{
border-color: #099FCF;
}
.TagClassName
{
border-color: #099FCF;
}
</style>