Shades of Pacific Blue #0393DF
Tints of Pacific Blue #0393DF
RGB
CMYK
RGB Variations
Color information
#0393DF (or 0x0393DF) is known color: Pacific Blue. HEX triplet: 03, 93 and DF. RGB value is (3,147,223). Sum of RGB (Red+Green+Blue) = 3+147+223=373 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #0393DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0393DF is #FC6C20. Grayscale: #707070. Windows color (decimal): -16542753 or 14652163. OLE color: 14652163.
HSL color Cylindrical-coordinate representation of color #0393DF: hue angle of 200.73º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0393DF is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 147 | 223 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.13 |
| HSL | 200.73º | 0.97% | 0.44% | - |
| HSV(B) | 200.73º | 0.99% | 0.87% | - |
| XYZ | 23.79 | 26.21 | 73.62 | - |
| YUV | 112.61 | 190.29 | 49.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 147 | 223 | 0.99 | 0.34 | 0 | 0.13 | 200.73 | 0.97 | 0.44 |
| Hex | 3 | 93 | DF | 63 | 22 | 0 | D | C9 | 61 | 2C |
| Octal | 3 | 223 | 337 | 143 | 42 | 0 | 15 | 311 | 141 | 54 |
| Binary | 11 | 10010011 | 11011111 | 1100011 | 100010 | 0 | 1101 | 11001001 | 1100001 | 101100 |
Color Harmonies of #0393DF
Complementary color
Monochromatic Colors of #0393DF
Black with #0393DF
Text Example
Text Example
White with #0393DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0393DF; }
p { color: rgb(3,147,223); }
H1.HeaderClassName
{
color: #0393DF;
}
.AnyTagClassName
{
color: #0393DF;
}
</style>
background-color css
<style>
a { background-color: #0393DF; }
a { background-color: rgb(3,147,223); }
div.DivClassName
{
background-color: #0393DF;
}
.BgClassName
{
background-color: #0393DF;
}
</style>
border-color css
<style>
span { border-color: #0393DF; }
span { border-color: rgb(3,147,223); }
td.TdClassName
{
border-color: #0393DF;
}
.TagClassName
{
border-color: #0393DF;
}
</style>