Shades of Pacific Blue #0D8CCE
Tints of Pacific Blue #0D8CCE
RGB
CMYK
RGB Variations
Color information
#0D8CCE (or 0x0D8CCE) is known color: Pacific Blue. HEX triplet: 0D, 8C and CE. RGB value is (13,140,206). Sum of RGB (Red+Green+Blue) = 13+140+206=359 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.62% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #0D8CCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D8CCE is #F27331. Grayscale: #6D6D6D. Windows color (decimal): -15889202 or 13536269. OLE color: 13536269.
HSL color Cylindrical-coordinate representation of color #0D8CCE: hue angle of 200.52º 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 #0D8CCE is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 140 | 206 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.19 |
| HSL | 200.52º | 0.88% | 0.43% | - |
| HSV(B) | 200.52º | 0.94% | 0.81% | - |
| XYZ | 20.68 | 23.3 | 61.8 | - |
| YUV | 109.55 | 182.42 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 140 | 206 | 0.94 | 0.32 | 0 | 0.19 | 200.52 | 0.88 | 0.43 |
| Hex | D | 8C | CE | 5E | 20 | 0 | 13 | C9 | 58 | 2B |
| Octal | 15 | 214 | 316 | 136 | 40 | 0 | 23 | 311 | 130 | 53 |
| Binary | 1101 | 10001100 | 11001110 | 1011110 | 100000 | 0 | 10011 | 11001001 | 1011000 | 101011 |
Color Harmonies of #0D8CCE
Complementary color
Monochromatic Colors of #0D8CCE
Black with #0D8CCE
Text Example
Text Example
White with #0D8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8CCE; }
p { color: rgb(13,140,206); }
H1.HeaderClassName
{
color: #0D8CCE;
}
.AnyTagClassName
{
color: #0D8CCE;
}
</style>
background-color css
<style>
a { background-color: #0D8CCE; }
a { background-color: rgb(13,140,206); }
div.DivClassName
{
background-color: #0D8CCE;
}
.BgClassName
{
background-color: #0D8CCE;
}
</style>
border-color css
<style>
span { border-color: #0D8CCE; }
span { border-color: rgb(13,140,206); }
td.TdClassName
{
border-color: #0D8CCE;
}
.TagClassName
{
border-color: #0D8CCE;
}
</style>