Shades of Pacific Blue #0293CD
Tints of Pacific Blue #0293CD
RGB
CMYK
RGB Variations
Color information
#0293CD (or 0x0293CD) is known color: Pacific Blue. HEX triplet: 02, 93 and CD. RGB value is (2,147,205). Sum of RGB (Red+Green+Blue) = 2+147+205=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #0293CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0293CD is #FD6C32. Grayscale: #6D6D6D. Windows color (decimal): -16608307 or 13472514. OLE color: 13472514.
HSL color Cylindrical-coordinate representation of color #0293CD: hue angle of 197.14º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0293CD is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 147 | 205 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.20 |
| HSL | 197.14º | 0.98% | 0.41% | - |
| HSV(B) | 197.14º | 0.99% | 0.8% | - |
| XYZ | 21.48 | 25.29 | 61.51 | - |
| YUV | 110.26 | 181.46 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 147 | 205 | 0.99 | 0.28 | 0 | 0.20 | 197.14 | 0.98 | 0.41 |
| Hex | 2 | 93 | CD | 63 | 1C | 0 | 14 | C5 | 62 | 29 |
| Octal | 2 | 223 | 315 | 143 | 34 | 0 | 24 | 305 | 142 | 51 |
| Binary | 10 | 10010011 | 11001101 | 1100011 | 11100 | 0 | 10100 | 11000101 | 1100010 | 101001 |
Color Harmonies of #0293CD
Complementary color
Monochromatic Colors of #0293CD
Black with #0293CD
Text Example
Text Example
White with #0293CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0293CD; }
p { color: rgb(2,147,205); }
H1.HeaderClassName
{
color: #0293CD;
}
.AnyTagClassName
{
color: #0293CD;
}
</style>
background-color css
<style>
a { background-color: #0293CD; }
a { background-color: rgb(2,147,205); }
div.DivClassName
{
background-color: #0293CD;
}
.BgClassName
{
background-color: #0293CD;
}
</style>
border-color css
<style>
span { border-color: #0293CD; }
span { border-color: rgb(2,147,205); }
td.TdClassName
{
border-color: #0293CD;
}
.TagClassName
{
border-color: #0293CD;
}
</style>