Shades of Pacific Blue #0290C8
Tints of Pacific Blue #0290C8
RGB
CMYK
RGB Variations
Color information
#0290C8 (or 0x0290C8) is known color: Pacific Blue. HEX triplet: 02, 90 and C8. RGB value is (2,144,200). Sum of RGB (Red+Green+Blue) = 2+144+200=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 200 (78.52% from 255 or 57.80% from 346); Max value from RGB is 200 - color contains mainly: blue. Hex color #0290C8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0290C8 is #FD6F37. Grayscale: #6B6B6B. Windows color (decimal): -16609080 or 13144066. OLE color: 13144066.
HSL color Cylindrical-coordinate representation of color #0290C8: hue angle of 196.97º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0290C8 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 144 | 200 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.22 |
| HSL | 196.97º | 0.98% | 0.4% | - |
| HSV(B) | 196.97º | 0.99% | 0.78% | - |
| XYZ | 20.42 | 24.13 | 58.22 | - |
| YUV | 107.93 | 179.96 | 52.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 144 | 200 | 0.99 | 0.28 | 0 | 0.22 | 196.97 | 0.98 | 0.4 |
| Hex | 2 | 90 | C8 | 63 | 1C | 0 | 16 | C5 | 62 | 28 |
| Octal | 2 | 220 | 310 | 143 | 34 | 0 | 26 | 305 | 142 | 50 |
| Binary | 10 | 10010000 | 11001000 | 1100011 | 11100 | 0 | 10110 | 11000101 | 1100010 | 101000 |
Color Harmonies of #0290C8
Complementary color
Monochromatic Colors of #0290C8
Black with #0290C8
Text Example
Text Example
White with #0290C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0290C8; }
p { color: rgb(2,144,200); }
H1.HeaderClassName
{
color: #0290C8;
}
.AnyTagClassName
{
color: #0290C8;
}
</style>
background-color css
<style>
a { background-color: #0290C8; }
a { background-color: rgb(2,144,200); }
div.DivClassName
{
background-color: #0290C8;
}
.BgClassName
{
background-color: #0290C8;
}
</style>
border-color css
<style>
span { border-color: #0290C8; }
span { border-color: rgb(2,144,200); }
td.TdClassName
{
border-color: #0290C8;
}
.TagClassName
{
border-color: #0290C8;
}
</style>