Shades of Pacific Blue #0D9BCE
Tints of Pacific Blue #0D9BCE
RGB
CMYK
RGB Variations
Color information
#0D9BCE (or 0x0D9BCE) is known color: Pacific Blue. HEX triplet: 0D, 9B and CE. RGB value is (13,155,206). Sum of RGB (Red+Green+Blue) = 13+155+206=374 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.48% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #0D9BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D9BCE is #F26431. Grayscale: #767676. Windows color (decimal): -15885362 or 13540109. OLE color: 13540109.
HSL color Cylindrical-coordinate representation of color #0D9BCE: hue angle of 195.85º 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 #0D9BCE is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 155 | 206 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.19 |
| HSL | 195.85º | 0.88% | 0.43% | - |
| HSV(B) | 195.85º | 0.94% | 0.81% | - |
| XYZ | 23.03 | 27.98 | 62.58 | - |
| YUV | 118.36 | 177.46 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 155 | 206 | 0.94 | 0.25 | 0 | 0.19 | 195.85 | 0.88 | 0.43 |
| Hex | D | 9B | CE | 5E | 19 | 0 | 13 | C4 | 58 | 2B |
| Octal | 15 | 233 | 316 | 136 | 31 | 0 | 23 | 304 | 130 | 53 |
| Binary | 1101 | 10011011 | 11001110 | 1011110 | 11001 | 0 | 10011 | 11000100 | 1011000 | 101011 |
Color Harmonies of #0D9BCE
Complementary color
Monochromatic Colors of #0D9BCE
Black with #0D9BCE
Text Example
Text Example
White with #0D9BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9BCE; }
p { color: rgb(13,155,206); }
H1.HeaderClassName
{
color: #0D9BCE;
}
.AnyTagClassName
{
color: #0D9BCE;
}
</style>
background-color css
<style>
a { background-color: #0D9BCE; }
a { background-color: rgb(13,155,206); }
div.DivClassName
{
background-color: #0D9BCE;
}
.BgClassName
{
background-color: #0D9BCE;
}
</style>
border-color css
<style>
span { border-color: #0D9BCE; }
span { border-color: rgb(13,155,206); }
td.TdClassName
{
border-color: #0D9BCE;
}
.TagClassName
{
border-color: #0D9BCE;
}
</style>