Shades of Pacific Blue #0295C9
Tints of Pacific Blue #0295C9
RGB
CMYK
RGB Variations
Color information
#0295C9 (or 0x0295C9) is known color: Pacific Blue. HEX triplet: 02, 95 and C9. RGB value is (2,149,201). Sum of RGB (Red+Green+Blue) = 2+149+201=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 201 (78.91% from 255 or 57.10% from 352); Max value from RGB is 201 - color contains mainly: blue. Hex color #0295C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0295C9 is #FD6A36. Grayscale: #6E6E6E. Windows color (decimal): -16607799 or 13210882. OLE color: 13210882.
HSL color Cylindrical-coordinate representation of color #0295C9: hue angle of 195.68º 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 #0295C9 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 149 | 201 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.21 |
| HSL | 195.68º | 0.98% | 0.4% | - |
| HSV(B) | 195.68º | 0.99% | 0.79% | - |
| XYZ | 21.32 | 25.72 | 59.1 | - |
| YUV | 110.98 | 178.8 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 149 | 201 | 0.99 | 0.26 | 0 | 0.21 | 195.68 | 0.98 | 0.4 |
| Hex | 2 | 95 | C9 | 63 | 1A | 0 | 15 | C4 | 62 | 28 |
| Octal | 2 | 225 | 311 | 143 | 32 | 0 | 25 | 304 | 142 | 50 |
| Binary | 10 | 10010101 | 11001001 | 1100011 | 11010 | 0 | 10101 | 11000100 | 1100010 | 101000 |
Color Harmonies of #0295C9
Complementary color
Monochromatic Colors of #0295C9
Black with #0295C9
Text Example
Text Example
White with #0295C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0295C9; }
p { color: rgb(2,149,201); }
H1.HeaderClassName
{
color: #0295C9;
}
.AnyTagClassName
{
color: #0295C9;
}
</style>
background-color css
<style>
a { background-color: #0295C9; }
a { background-color: rgb(2,149,201); }
div.DivClassName
{
background-color: #0295C9;
}
.BgClassName
{
background-color: #0295C9;
}
</style>
border-color css
<style>
span { border-color: #0295C9; }
span { border-color: rgb(2,149,201); }
td.TdClassName
{
border-color: #0295C9;
}
.TagClassName
{
border-color: #0295C9;
}
</style>