Shades of Pacific Blue #0297CB
Tints of Pacific Blue #0297CB
RGB
CMYK
RGB Variations
Color information
#0297CB (or 0x0297CB) is known color: Pacific Blue. HEX triplet: 02, 97 and CB. RGB value is (2,151,203). Sum of RGB (Red+Green+Blue) = 2+151+203=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #0297CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0297CB is #FD6834. Grayscale: #707070. Windows color (decimal): -16607285 or 13342466. OLE color: 13342466.
HSL color Cylindrical-coordinate representation of color #0297CB: hue angle of 195.52º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0297CB is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 151 | 203 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.20 |
| HSL | 195.52º | 0.98% | 0.4% | - |
| HSV(B) | 195.52º | 0.99% | 0.8% | - |
| XYZ | 21.87 | 26.46 | 60.45 | - |
| YUV | 112.38 | 179.14 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 151 | 203 | 0.99 | 0.26 | 0 | 0.20 | 195.52 | 0.98 | 0.4 |
| Hex | 2 | 97 | CB | 63 | 1A | 0 | 14 | C4 | 62 | 28 |
| Octal | 2 | 227 | 313 | 143 | 32 | 0 | 24 | 304 | 142 | 50 |
| Binary | 10 | 10010111 | 11001011 | 1100011 | 11010 | 0 | 10100 | 11000100 | 1100010 | 101000 |
Color Harmonies of #0297CB
Complementary color
Monochromatic Colors of #0297CB
Black with #0297CB
Text Example
Text Example
White with #0297CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0297CB; }
p { color: rgb(2,151,203); }
H1.HeaderClassName
{
color: #0297CB;
}
.AnyTagClassName
{
color: #0297CB;
}
</style>
background-color css
<style>
a { background-color: #0297CB; }
a { background-color: rgb(2,151,203); }
div.DivClassName
{
background-color: #0297CB;
}
.BgClassName
{
background-color: #0297CB;
}
</style>
border-color css
<style>
span { border-color: #0297CB; }
span { border-color: rgb(2,151,203); }
td.TdClassName
{
border-color: #0297CB;
}
.TagClassName
{
border-color: #0297CB;
}
</style>