Shades of Pacific Blue #0093DF
Tints of Pacific Blue #0093DF
RGB
CMYK
RGB Variations
Color information
#0093DF (or 0x0093DF) is known color: Pacific Blue. HEX triplet: 00, 93 and DF. RGB value is (0,147,223). Sum of RGB (Red+Green+Blue) = 0+147+223=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #0093DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0093DF is #FF6C20. Grayscale: #6F6F6F. Windows color (decimal): -16739361 or 14652160. OLE color: 14652160.
HSL color Cylindrical-coordinate representation of color #0093DF: hue angle of 200.45º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0093DF is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 147 | 223 | - |
| CMYK | 1 | 0.34 | 0 | 0.13 |
| HSL | 200.45º | 1% | 0.44% | - |
| HSV(B) | 200.45º | 1% | 0.87% | - |
| XYZ | 23.75 | 26.2 | 73.62 | - |
| YUV | 111.71 | 190.8 | 48.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 147 | 223 | 1 | 0.34 | 0 | 0.13 | 200.45 | 1 | 0.44 |
| Hex | 0 | 93 | DF | 64 | 22 | 0 | D | C8 | 64 | 2C |
| Octal | 0 | 223 | 337 | 144 | 42 | 0 | 15 | 310 | 144 | 54 |
| Binary | 0 | 10010011 | 11011111 | 1100100 | 100010 | 0 | 1101 | 11001000 | 1100100 | 101100 |
Color Harmonies of #0093DF
Complementary color
Monochromatic Colors of #0093DF
Black with #0093DF
Text Example
Text Example
White with #0093DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0093DF; }
p { color: rgb(0,147,223); }
H1.HeaderClassName
{
color: #0093DF;
}
.AnyTagClassName
{
color: #0093DF;
}
</style>
background-color css
<style>
a { background-color: #0093DF; }
a { background-color: rgb(0,147,223); }
div.DivClassName
{
background-color: #0093DF;
}
.BgClassName
{
background-color: #0093DF;
}
</style>
border-color css
<style>
span { border-color: #0093DF; }
span { border-color: rgb(0,147,223); }
td.TdClassName
{
border-color: #0093DF;
}
.TagClassName
{
border-color: #0093DF;
}
</style>