Shades of Pacific Blue #0297C9
Tints of Pacific Blue #0297C9
RGB
CMYK
RGB Variations
Color information
#0297C9 (or 0x0297C9) is known color: Pacific Blue. HEX triplet: 02, 97 and C9. RGB value is (2,151,201). Sum of RGB (Red+Green+Blue) = 2+151+201=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 201 (78.91% from 255 or 56.78% from 354); Max value from RGB is 201 - color contains mainly: blue. Hex color #0297C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0297C9 is #FD6836. Grayscale: #6F6F6F. Windows color (decimal): -16607287 or 13211394. OLE color: 13211394.
HSL color Cylindrical-coordinate representation of color #0297C9: hue angle of 195.08º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0297C9 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 151 | 201 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.21 |
| HSL | 195.08º | 0.98% | 0.4% | - |
| HSV(B) | 195.08º | 0.99% | 0.79% | - |
| XYZ | 21.63 | 26.36 | 59.21 | - |
| YUV | 112.15 | 178.14 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 151 | 201 | 0.99 | 0.25 | 0 | 0.21 | 195.08 | 0.98 | 0.4 |
| Hex | 2 | 97 | C9 | 63 | 19 | 0 | 15 | C3 | 62 | 28 |
| Octal | 2 | 227 | 311 | 143 | 31 | 0 | 25 | 303 | 142 | 50 |
| Binary | 10 | 10010111 | 11001001 | 1100011 | 11001 | 0 | 10101 | 11000011 | 1100010 | 101000 |
Color Harmonies of #0297C9
Complementary color
Monochromatic Colors of #0297C9
Black with #0297C9
Text Example
Text Example
White with #0297C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0297C9; }
p { color: rgb(2,151,201); }
H1.HeaderClassName
{
color: #0297C9;
}
.AnyTagClassName
{
color: #0297C9;
}
</style>
background-color css
<style>
a { background-color: #0297C9; }
a { background-color: rgb(2,151,201); }
div.DivClassName
{
background-color: #0297C9;
}
.BgClassName
{
background-color: #0297C9;
}
</style>
border-color css
<style>
span { border-color: #0297C9; }
span { border-color: rgb(2,151,201); }
td.TdClassName
{
border-color: #0297C9;
}
.TagClassName
{
border-color: #0297C9;
}
</style>