Shades of Pacific Blue #0B8CDC
Tints of Pacific Blue #0B8CDC
RGB
CMYK
RGB Variations
Color information
#0B8CDC (or 0x0B8CDC) is known color: Pacific Blue. HEX triplet: 0B, 8C and DC. RGB value is (11,140,220). Sum of RGB (Red+Green+Blue) = 11+140+220=371 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #0B8CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B8CDC is #F47323. Grayscale: #6E6E6E. Windows color (decimal): -16020260 or 14453771. OLE color: 14453771.
HSL color Cylindrical-coordinate representation of color #0B8CDC: hue angle of 202.97º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B8CDC is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 140 | 220 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.14 |
| HSL | 202.97º | 0.9% | 0.45% | - |
| HSV(B) | 202.97º | 0.95% | 0.86% | - |
| XYZ | 22.43 | 23.99 | 71.16 | - |
| YUV | 110.55 | 189.76 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 140 | 220 | 0.95 | 0.36 | 0 | 0.14 | 202.97 | 0.9 | 0.45 |
| Hex | B | 8C | DC | 5F | 24 | 0 | E | CB | 5A | 2D |
| Octal | 13 | 214 | 334 | 137 | 44 | 0 | 16 | 313 | 132 | 55 |
| Binary | 1011 | 10001100 | 11011100 | 1011111 | 100100 | 0 | 1110 | 11001011 | 1011010 | 101101 |
Color Harmonies of #0B8CDC
Complementary color
Monochromatic Colors of #0B8CDC
Black with #0B8CDC
Text Example
Text Example
White with #0B8CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8CDC; }
p { color: rgb(11,140,220); }
H1.HeaderClassName
{
color: #0B8CDC;
}
.AnyTagClassName
{
color: #0B8CDC;
}
</style>
background-color css
<style>
a { background-color: #0B8CDC; }
a { background-color: rgb(11,140,220); }
div.DivClassName
{
background-color: #0B8CDC;
}
.BgClassName
{
background-color: #0B8CDC;
}
</style>
border-color css
<style>
span { border-color: #0B8CDC; }
span { border-color: rgb(11,140,220); }
td.TdClassName
{
border-color: #0B8CDC;
}
.TagClassName
{
border-color: #0B8CDC;
}
</style>