Shades of Pacific Blue #0093C5
Tints of Pacific Blue #0093C5
RGB
CMYK
RGB Variations
Color information
#0093C5 (or 0x0093C5) is known color: Pacific Blue. HEX triplet: 00, 93 and C5. RGB value is (0,147,197). Sum of RGB (Red+Green+Blue) = 0+147+197=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 197 (77.34% from 255 or 57.27% from 344); Max value from RGB is 197 - color contains mainly: blue. Hex color #0093C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0093C5 is #FF6C3A. Grayscale: #6C6C6C. Windows color (decimal): -16739387 or 12948224. OLE color: 12948224.
HSL color Cylindrical-coordinate representation of color #0093C5: hue angle of 195.23º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0093C5 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 147 | 197 | - |
| CMYK | 1 | 0.25 | 0 | 0.23 |
| HSL | 195.23º | 1% | 0.39% | - |
| HSV(B) | 195.23º | 1% | 0.77% | - |
| XYZ | 20.51 | 24.9 | 56.55 | - |
| YUV | 108.75 | 177.8 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 147 | 197 | 1 | 0.25 | 0 | 0.23 | 195.23 | 1 | 0.39 |
| Hex | 0 | 93 | C5 | 64 | 19 | 0 | 17 | C3 | 64 | 27 |
| Octal | 0 | 223 | 305 | 144 | 31 | 0 | 27 | 303 | 144 | 47 |
| Binary | 0 | 10010011 | 11000101 | 1100100 | 11001 | 0 | 10111 | 11000011 | 1100100 | 100111 |
Color Harmonies of #0093C5
Complementary color
Monochromatic Colors of #0093C5
Black with #0093C5
Text Example
Text Example
White with #0093C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0093C5; }
p { color: rgb(0,147,197); }
H1.HeaderClassName
{
color: #0093C5;
}
.AnyTagClassName
{
color: #0093C5;
}
</style>
background-color css
<style>
a { background-color: #0093C5; }
a { background-color: rgb(0,147,197); }
div.DivClassName
{
background-color: #0093C5;
}
.BgClassName
{
background-color: #0093C5;
}
</style>
border-color css
<style>
span { border-color: #0093C5; }
span { border-color: rgb(0,147,197); }
td.TdClassName
{
border-color: #0093C5;
}
.TagClassName
{
border-color: #0093C5;
}
</style>