Shades of Pacific Blue #0D93CE
Tints of Pacific Blue #0D93CE
RGB
CMYK
RGB Variations
Color information
#0D93CE (or 0x0D93CE) is known color: Pacific Blue. HEX triplet: 0D, 93 and CE. RGB value is (13,147,206). Sum of RGB (Red+Green+Blue) = 13+147+206=366 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.55% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #0D93CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D93CE is #F26C31. Grayscale: #717171. Windows color (decimal): -15887410 or 13538061. OLE color: 13538061.
HSL color Cylindrical-coordinate representation of color #0D93CE: hue angle of 198.34º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D93CE is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 147 | 206 | - |
| CMYK | 0.94 | 0.29 | 0 | 0.19 |
| HSL | 198.34º | 0.88% | 0.43% | - |
| HSV(B) | 198.34º | 0.94% | 0.81% | - |
| XYZ | 21.74 | 25.41 | 62.15 | - |
| YUV | 113.66 | 180.11 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 147 | 206 | 0.94 | 0.29 | 0 | 0.19 | 198.34 | 0.88 | 0.43 |
| Hex | D | 93 | CE | 5E | 1D | 0 | 13 | C6 | 58 | 2B |
| Octal | 15 | 223 | 316 | 136 | 35 | 0 | 23 | 306 | 130 | 53 |
| Binary | 1101 | 10010011 | 11001110 | 1011110 | 11101 | 0 | 10011 | 11000110 | 1011000 | 101011 |
Color Harmonies of #0D93CE
Complementary color
Monochromatic Colors of #0D93CE
Black with #0D93CE
Text Example
Text Example
White with #0D93CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D93CE; }
p { color: rgb(13,147,206); }
H1.HeaderClassName
{
color: #0D93CE;
}
.AnyTagClassName
{
color: #0D93CE;
}
</style>
background-color css
<style>
a { background-color: #0D93CE; }
a { background-color: rgb(13,147,206); }
div.DivClassName
{
background-color: #0D93CE;
}
.BgClassName
{
background-color: #0D93CE;
}
</style>
border-color css
<style>
span { border-color: #0D93CE; }
span { border-color: rgb(13,147,206); }
td.TdClassName
{
border-color: #0D93CE;
}
.TagClassName
{
border-color: #0D93CE;
}
</style>