Shades of Pacific Blue #099DCF
Tints of Pacific Blue #099DCF
RGB
CMYK
RGB Variations
Color information
#099DCF (or 0x099DCF) is known color: Pacific Blue. HEX triplet: 09, 9D and CF. RGB value is (9,157,207). Sum of RGB (Red+Green+Blue) = 9+157+207=373 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #099DCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099DCF is #F66230. Grayscale: #767676. Windows color (decimal): -16146993 or 13606153. OLE color: 13606153.
HSL color Cylindrical-coordinate representation of color #099DCF: hue angle of 195.15º 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 #099DCF is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 157 | 207 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.19 |
| HSL | 195.15º | 0.92% | 0.42% | - |
| HSV(B) | 195.15º | 0.96% | 0.81% | - |
| XYZ | 23.43 | 28.68 | 63.33 | - |
| YUV | 118.45 | 177.97 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 207 | 0.96 | 0.24 | 0 | 0.19 | 195.15 | 0.92 | 0.42 |
| Hex | 9 | 9D | CF | 60 | 18 | 0 | 13 | C3 | 5C | 2A |
| Octal | 11 | 235 | 317 | 140 | 30 | 0 | 23 | 303 | 134 | 52 |
| Binary | 1001 | 10011101 | 11001111 | 1100000 | 11000 | 0 | 10011 | 11000011 | 1011100 | 101010 |
Color Harmonies of #099DCF
Complementary color
Monochromatic Colors of #099DCF
Black with #099DCF
Text Example
Text Example
White with #099DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099DCF; }
p { color: rgb(9,157,207); }
H1.HeaderClassName
{
color: #099DCF;
}
.AnyTagClassName
{
color: #099DCF;
}
</style>
background-color css
<style>
a { background-color: #099DCF; }
a { background-color: rgb(9,157,207); }
div.DivClassName
{
background-color: #099DCF;
}
.BgClassName
{
background-color: #099DCF;
}
</style>
border-color css
<style>
span { border-color: #099DCF; }
span { border-color: rgb(9,157,207); }
td.TdClassName
{
border-color: #099DCF;
}
.TagClassName
{
border-color: #099DCF;
}
</style>