Shades of Pacific Blue #0997CF
Tints of Pacific Blue #0997CF
RGB
CMYK
RGB Variations
Color information
#0997CF (or 0x0997CF) is known color: Pacific Blue. HEX triplet: 09, 97 and CF. RGB value is (9,151,207). Sum of RGB (Red+Green+Blue) = 9+151+207=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #0997CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0997CF is #F66830. Grayscale: #727272. Windows color (decimal): -16148529 or 13604617. OLE color: 13604617.
HSL color Cylindrical-coordinate representation of color #0997CF: hue angle of 196.97º 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 #0997CF is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 151 | 207 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.19 |
| HSL | 196.97º | 0.92% | 0.42% | - |
| HSV(B) | 196.97º | 0.96% | 0.81% | - |
| XYZ | 22.44 | 26.7 | 63 | - |
| YUV | 114.93 | 179.96 | 52.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 151 | 207 | 0.96 | 0.27 | 0 | 0.19 | 196.97 | 0.92 | 0.42 |
| Hex | 9 | 97 | CF | 60 | 1B | 0 | 13 | C5 | 5C | 2A |
| Octal | 11 | 227 | 317 | 140 | 33 | 0 | 23 | 305 | 134 | 52 |
| Binary | 1001 | 10010111 | 11001111 | 1100000 | 11011 | 0 | 10011 | 11000101 | 1011100 | 101010 |
Color Harmonies of #0997CF
Complementary color
Monochromatic Colors of #0997CF
Black with #0997CF
Text Example
Text Example
White with #0997CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0997CF; }
p { color: rgb(9,151,207); }
H1.HeaderClassName
{
color: #0997CF;
}
.AnyTagClassName
{
color: #0997CF;
}
</style>
background-color css
<style>
a { background-color: #0997CF; }
a { background-color: rgb(9,151,207); }
div.DivClassName
{
background-color: #0997CF;
}
.BgClassName
{
background-color: #0997CF;
}
</style>
border-color css
<style>
span { border-color: #0997CF; }
span { border-color: rgb(9,151,207); }
td.TdClassName
{
border-color: #0997CF;
}
.TagClassName
{
border-color: #0997CF;
}
</style>