Shades of Pacific Blue #0093CE
Tints of Pacific Blue #0093CE
RGB
CMYK
RGB Variations
Color information
#0093CE (or 0x0093CE) is known color: Pacific Blue. HEX triplet: 00, 93 and CE. RGB value is (0,147,206). Sum of RGB (Red+Green+Blue) = 0+147+206=353 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #0093CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0093CE is #FF6C31. Grayscale: #6D6D6D. Windows color (decimal): -16739378 or 13538048. OLE color: 13538048.
HSL color Cylindrical-coordinate representation of color #0093CE: hue angle of 197.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0093CE is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 147 | 206 | - |
| CMYK | 1 | 0.29 | 0 | 0.19 |
| HSL | 197.18º | 1% | 0.4% | - |
| HSV(B) | 197.18º | 1% | 0.81% | - |
| XYZ | 21.57 | 25.32 | 62.14 | - |
| YUV | 109.77 | 182.3 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 147 | 206 | 1 | 0.29 | 0 | 0.19 | 197.18 | 1 | 0.4 |
| Hex | 0 | 93 | CE | 64 | 1D | 0 | 13 | C5 | 64 | 28 |
| Octal | 0 | 223 | 316 | 144 | 35 | 0 | 23 | 305 | 144 | 50 |
| Binary | 0 | 10010011 | 11001110 | 1100100 | 11101 | 0 | 10011 | 11000101 | 1100100 | 101000 |
Color Harmonies of #0093CE
Complementary color
Monochromatic Colors of #0093CE
Black with #0093CE
Text Example
Text Example
White with #0093CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0093CE; }
p { color: rgb(0,147,206); }
H1.HeaderClassName
{
color: #0093CE;
}
.AnyTagClassName
{
color: #0093CE;
}
</style>
background-color css
<style>
a { background-color: #0093CE; }
a { background-color: rgb(0,147,206); }
div.DivClassName
{
background-color: #0093CE;
}
.BgClassName
{
background-color: #0093CE;
}
</style>
border-color css
<style>
span { border-color: #0093CE; }
span { border-color: rgb(0,147,206); }
td.TdClassName
{
border-color: #0093CE;
}
.TagClassName
{
border-color: #0093CE;
}
</style>