Shades of Pacific Blue #099BCF
Tints of Pacific Blue #099BCF
RGB
CMYK
RGB Variations
Color information
#099BCF (or 0x099BCF) is known color: Pacific Blue. HEX triplet: 09, 9B and CF. RGB value is (9,155,207). Sum of RGB (Red+Green+Blue) = 9+155+207=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #099BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099BCF is #F66430. Grayscale: #747474. Windows color (decimal): -16147505 or 13605641. OLE color: 13605641.
HSL color Cylindrical-coordinate representation of color #099BCF: hue angle of 195.76º 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 #099BCF is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 155 | 207 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.19 |
| HSL | 195.76º | 0.92% | 0.42% | - |
| HSV(B) | 195.76º | 0.96% | 0.81% | - |
| XYZ | 23.1 | 28.01 | 63.22 | - |
| YUV | 117.27 | 178.63 | 50.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 155 | 207 | 0.96 | 0.25 | 0 | 0.19 | 195.76 | 0.92 | 0.42 |
| Hex | 9 | 9B | CF | 60 | 19 | 0 | 13 | C4 | 5C | 2A |
| Octal | 11 | 233 | 317 | 140 | 31 | 0 | 23 | 304 | 134 | 52 |
| Binary | 1001 | 10011011 | 11001111 | 1100000 | 11001 | 0 | 10011 | 11000100 | 1011100 | 101010 |
Color Harmonies of #099BCF
Complementary color
Monochromatic Colors of #099BCF
Black with #099BCF
Text Example
Text Example
White with #099BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099BCF; }
p { color: rgb(9,155,207); }
H1.HeaderClassName
{
color: #099BCF;
}
.AnyTagClassName
{
color: #099BCF;
}
</style>
background-color css
<style>
a { background-color: #099BCF; }
a { background-color: rgb(9,155,207); }
div.DivClassName
{
background-color: #099BCF;
}
.BgClassName
{
background-color: #099BCF;
}
</style>
border-color css
<style>
span { border-color: #099BCF; }
span { border-color: rgb(9,155,207); }
td.TdClassName
{
border-color: #099BCF;
}
.TagClassName
{
border-color: #099BCF;
}
</style>