Shades of Pacific Blue #0B8ACE
Tints of Pacific Blue #0B8ACE
RGB
CMYK
RGB Variations
Color information
#0B8ACE (or 0x0B8ACE) is known color: Pacific Blue. HEX triplet: 0B, 8A and CE. RGB value is (11,138,206). Sum of RGB (Red+Green+Blue) = 11+138+206=355 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.10% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #0B8ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B8ACE is #F47531. Grayscale: #6B6B6B. Windows color (decimal): -16020786 or 13535755. OLE color: 13535755.
HSL color Cylindrical-coordinate representation of color #0B8ACE: hue angle of 200.92º 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 #0B8ACE is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 138 | 206 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.19 |
| HSL | 200.92º | 0.9% | 0.43% | - |
| HSV(B) | 200.92º | 0.95% | 0.81% | - |
| XYZ | 20.37 | 22.7 | 61.7 | - |
| YUV | 107.78 | 183.42 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 138 | 206 | 0.95 | 0.33 | 0 | 0.19 | 200.92 | 0.9 | 0.43 |
| Hex | B | 8A | CE | 5F | 21 | 0 | 13 | C9 | 5A | 2B |
| Octal | 13 | 212 | 316 | 137 | 41 | 0 | 23 | 311 | 132 | 53 |
| Binary | 1011 | 10001010 | 11001110 | 1011111 | 100001 | 0 | 10011 | 11001001 | 1011010 | 101011 |
Color Harmonies of #0B8ACE
Complementary color
Monochromatic Colors of #0B8ACE
Black with #0B8ACE
Text Example
Text Example
White with #0B8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8ACE; }
p { color: rgb(11,138,206); }
H1.HeaderClassName
{
color: #0B8ACE;
}
.AnyTagClassName
{
color: #0B8ACE;
}
</style>
background-color css
<style>
a { background-color: #0B8ACE; }
a { background-color: rgb(11,138,206); }
div.DivClassName
{
background-color: #0B8ACE;
}
.BgClassName
{
background-color: #0B8ACE;
}
</style>
border-color css
<style>
span { border-color: #0B8ACE; }
span { border-color: rgb(11,138,206); }
td.TdClassName
{
border-color: #0B8ACE;
}
.TagClassName
{
border-color: #0B8ACE;
}
</style>