Shades of Pacific Blue #0997CA
Tints of Pacific Blue #0997CA
RGB
CMYK
RGB Variations
Color information
#0997CA (or 0x0997CA) is known color: Pacific Blue. HEX triplet: 09, 97 and CA. RGB value is (9,151,202). Sum of RGB (Red+Green+Blue) = 9+151+202=362 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #0997CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0997CA is #F66835. Grayscale: #727272. Windows color (decimal): -16148534 or 13276937. OLE color: 13276937.
HSL color Cylindrical-coordinate representation of color #0997CA: hue angle of 195.85º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0997CA is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 151 | 202 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.21 |
| HSL | 195.85º | 0.91% | 0.41% | - |
| HSV(B) | 195.85º | 0.96% | 0.79% | - |
| XYZ | 21.84 | 26.46 | 59.83 | - |
| YUV | 114.36 | 177.46 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 151 | 202 | 0.96 | 0.25 | 0 | 0.21 | 195.85 | 0.91 | 0.41 |
| Hex | 9 | 97 | CA | 60 | 19 | 0 | 15 | C4 | 5B | 29 |
| Octal | 11 | 227 | 312 | 140 | 31 | 0 | 25 | 304 | 133 | 51 |
| Binary | 1001 | 10010111 | 11001010 | 1100000 | 11001 | 0 | 10101 | 11000100 | 1011011 | 101001 |
Color Harmonies of #0997CA
Complementary color
Monochromatic Colors of #0997CA
Black with #0997CA
Text Example
Text Example
White with #0997CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0997CA; }
p { color: rgb(9,151,202); }
H1.HeaderClassName
{
color: #0997CA;
}
.AnyTagClassName
{
color: #0997CA;
}
</style>
background-color css
<style>
a { background-color: #0997CA; }
a { background-color: rgb(9,151,202); }
div.DivClassName
{
background-color: #0997CA;
}
.BgClassName
{
background-color: #0997CA;
}
</style>
border-color css
<style>
span { border-color: #0997CA; }
span { border-color: rgb(9,151,202); }
td.TdClassName
{
border-color: #0997CA;
}
.TagClassName
{
border-color: #0997CA;
}
</style>