Shades of Pacific Blue #0B8ECD
Tints of Pacific Blue #0B8ECD
RGB
CMYK
RGB Variations
Color information
#0B8ECD (or 0x0B8ECD) is known color: Pacific Blue. HEX triplet: 0B, 8E and CD. RGB value is (11,142,205). Sum of RGB (Red+Green+Blue) = 11+142+205=358 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.07% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #0B8ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B8ECD is #F47132. Grayscale: #6D6D6D. Windows color (decimal): -16019763 or 13471243. OLE color: 13471243.
HSL color Cylindrical-coordinate representation of color #0B8ECD: hue angle of 199.48º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B8ECD is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 142 | 205 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.20 |
| HSL | 199.48º | 0.9% | 0.42% | - |
| HSV(B) | 199.48º | 0.95% | 0.8% | - |
| XYZ | 20.83 | 23.82 | 61.26 | - |
| YUV | 110.01 | 181.6 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 142 | 205 | 0.95 | 0.31 | 0 | 0.20 | 199.48 | 0.9 | 0.42 |
| Hex | B | 8E | CD | 5F | 1F | 0 | 14 | C7 | 5A | 2A |
| Octal | 13 | 216 | 315 | 137 | 37 | 0 | 24 | 307 | 132 | 52 |
| Binary | 1011 | 10001110 | 11001101 | 1011111 | 11111 | 0 | 10100 | 11000111 | 1011010 | 101010 |
Color Harmonies of #0B8ECD
Complementary color
Monochromatic Colors of #0B8ECD
Black with #0B8ECD
Text Example
Text Example
White with #0B8ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8ECD; }
p { color: rgb(11,142,205); }
H1.HeaderClassName
{
color: #0B8ECD;
}
.AnyTagClassName
{
color: #0B8ECD;
}
</style>
background-color css
<style>
a { background-color: #0B8ECD; }
a { background-color: rgb(11,142,205); }
div.DivClassName
{
background-color: #0B8ECD;
}
.BgClassName
{
background-color: #0B8ECD;
}
</style>
border-color css
<style>
span { border-color: #0B8ECD; }
span { border-color: rgb(11,142,205); }
td.TdClassName
{
border-color: #0B8ECD;
}
.TagClassName
{
border-color: #0B8ECD;
}
</style>