Shades of Pacific Blue #0B8BCE
Tints of Pacific Blue #0B8BCE
RGB
CMYK
RGB Variations
Color information
#0B8BCE (or 0x0B8BCE) is known color: Pacific Blue. HEX triplet: 0B, 8B and CE. RGB value is (11,139,206). Sum of RGB (Red+Green+Blue) = 11+139+206=356 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.09% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #0B8BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B8BCE is #F47431. Grayscale: #6B6B6B. Windows color (decimal): -16020530 or 13536011. OLE color: 13536011.
HSL color Cylindrical-coordinate representation of color #0B8BCE: hue angle of 200.62º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B8BCE is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 139 | 206 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.19 |
| HSL | 200.62º | 0.9% | 0.43% | - |
| HSV(B) | 200.62º | 0.95% | 0.81% | - |
| XYZ | 20.51 | 22.99 | 61.75 | - |
| YUV | 108.37 | 183.09 | 58.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 139 | 206 | 0.95 | 0.33 | 0 | 0.19 | 200.62 | 0.9 | 0.43 |
| Hex | B | 8B | CE | 5F | 21 | 0 | 13 | C9 | 5A | 2B |
| Octal | 13 | 213 | 316 | 137 | 41 | 0 | 23 | 311 | 132 | 53 |
| Binary | 1011 | 10001011 | 11001110 | 1011111 | 100001 | 0 | 10011 | 11001001 | 1011010 | 101011 |
Color Harmonies of #0B8BCE
Complementary color
Monochromatic Colors of #0B8BCE
Black with #0B8BCE
Text Example
Text Example
White with #0B8BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8BCE; }
p { color: rgb(11,139,206); }
H1.HeaderClassName
{
color: #0B8BCE;
}
.AnyTagClassName
{
color: #0B8BCE;
}
</style>
background-color css
<style>
a { background-color: #0B8BCE; }
a { background-color: rgb(11,139,206); }
div.DivClassName
{
background-color: #0B8BCE;
}
.BgClassName
{
background-color: #0B8BCE;
}
</style>
border-color css
<style>
span { border-color: #0B8BCE; }
span { border-color: rgb(11,139,206); }
td.TdClassName
{
border-color: #0B8BCE;
}
.TagClassName
{
border-color: #0B8BCE;
}
</style>