Shades of Pacific Blue #0293D0
Tints of Pacific Blue #0293D0
RGB
CMYK
RGB Variations
Color information
#0293D0 (or 0x0293D0) is known color: Pacific Blue. HEX triplet: 02, 93 and D0. RGB value is (2,147,208). Sum of RGB (Red+Green+Blue) = 2+147+208=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 208 (81.64% from 255 or 58.26% from 357); Max value from RGB is 208 - color contains mainly: blue. Hex color #0293D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0293D0 is #FD6C2F. Grayscale: #6E6E6E. Windows color (decimal): -16608304 or 13669122. OLE color: 13669122.
HSL color Cylindrical-coordinate representation of color #0293D0: hue angle of 197.77º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0293D0 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 147 | 208 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.18 |
| HSL | 197.77º | 0.98% | 0.41% | - |
| HSV(B) | 197.77º | 0.99% | 0.82% | - |
| XYZ | 21.84 | 25.43 | 63.43 | - |
| YUV | 110.6 | 182.96 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 147 | 208 | 0.99 | 0.29 | 0 | 0.18 | 197.77 | 0.98 | 0.41 |
| Hex | 2 | 93 | D0 | 63 | 1D | 0 | 12 | C6 | 62 | 29 |
| Octal | 2 | 223 | 320 | 143 | 35 | 0 | 22 | 306 | 142 | 51 |
| Binary | 10 | 10010011 | 11010000 | 1100011 | 11101 | 0 | 10010 | 11000110 | 1100010 | 101001 |
Color Harmonies of #0293D0
Complementary color
Monochromatic Colors of #0293D0
Black with #0293D0
Text Example
Text Example
White with #0293D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0293D0; }
p { color: rgb(2,147,208); }
H1.HeaderClassName
{
color: #0293D0;
}
.AnyTagClassName
{
color: #0293D0;
}
</style>
background-color css
<style>
a { background-color: #0293D0; }
a { background-color: rgb(2,147,208); }
div.DivClassName
{
background-color: #0293D0;
}
.BgClassName
{
background-color: #0293D0;
}
</style>
border-color css
<style>
span { border-color: #0293D0; }
span { border-color: rgb(2,147,208); }
td.TdClassName
{
border-color: #0293D0;
}
.TagClassName
{
border-color: #0293D0;
}
</style>