Shades of Pacific Blue #0D93DC
Tints of Pacific Blue #0D93DC
RGB
CMYK
RGB Variations
Color information
#0D93DC (or 0x0D93DC) is known color: Pacific Blue. HEX triplet: 0D, 93 and DC. RGB value is (13,147,220). Sum of RGB (Red+Green+Blue) = 13+147+220=380 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.42% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D93DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D93DC is #F26C23. Grayscale: #727272. Windows color (decimal): -15887396 or 14455565. OLE color: 14455565.
HSL color Cylindrical-coordinate representation of color #0D93DC: hue angle of 201.16º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D93DC is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 147 | 220 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.14 |
| HSL | 201.16º | 0.89% | 0.46% | - |
| HSV(B) | 201.16º | 0.94% | 0.86% | - |
| XYZ | 23.52 | 26.12 | 71.51 | - |
| YUV | 115.26 | 187.11 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 147 | 220 | 0.94 | 0.33 | 0 | 0.14 | 201.16 | 0.89 | 0.46 |
| Hex | D | 93 | DC | 5E | 21 | 0 | E | C9 | 59 | 2E |
| Octal | 15 | 223 | 334 | 136 | 41 | 0 | 16 | 311 | 131 | 56 |
| Binary | 1101 | 10010011 | 11011100 | 1011110 | 100001 | 0 | 1110 | 11001001 | 1011001 | 101110 |
Color Harmonies of #0D93DC
Complementary color
Monochromatic Colors of #0D93DC
Black with #0D93DC
Text Example
Text Example
White with #0D93DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D93DC; }
p { color: rgb(13,147,220); }
H1.HeaderClassName
{
color: #0D93DC;
}
.AnyTagClassName
{
color: #0D93DC;
}
</style>
background-color css
<style>
a { background-color: #0D93DC; }
a { background-color: rgb(13,147,220); }
div.DivClassName
{
background-color: #0D93DC;
}
.BgClassName
{
background-color: #0D93DC;
}
</style>
border-color css
<style>
span { border-color: #0D93DC; }
span { border-color: rgb(13,147,220); }
td.TdClassName
{
border-color: #0D93DC;
}
.TagClassName
{
border-color: #0D93DC;
}
</style>