Shades of Pacific Blue #0B8FDE
Tints of Pacific Blue #0B8FDE
RGB
CMYK
RGB Variations
Color information
#0B8FDE (or 0x0B8FDE) is known color: Pacific Blue. HEX triplet: 0B, 8F and DE. RGB value is (11,143,222). Sum of RGB (Red+Green+Blue) = 11+143+222=376 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 222 (87.11% from 255 or 59.04% from 376); Max value from RGB is 222 - color contains mainly: blue. Hex color #0B8FDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B8FDE is #F47021. Grayscale: #707070. Windows color (decimal): -16019490 or 14585611. OLE color: 14585611.
HSL color Cylindrical-coordinate representation of color #0B8FDE: hue angle of 202.46º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B8FDE is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 143 | 222 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.13 |
| HSL | 202.46º | 0.91% | 0.46% | - |
| HSV(B) | 202.46º | 0.95% | 0.87% | - |
| XYZ | 23.15 | 24.99 | 72.71 | - |
| YUV | 112.54 | 189.77 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 143 | 222 | 0.95 | 0.36 | 0 | 0.13 | 202.46 | 0.91 | 0.46 |
| Hex | B | 8F | DE | 5F | 24 | 0 | D | CA | 5B | 2E |
| Octal | 13 | 217 | 336 | 137 | 44 | 0 | 15 | 312 | 133 | 56 |
| Binary | 1011 | 10001111 | 11011110 | 1011111 | 100100 | 0 | 1101 | 11001010 | 1011011 | 101110 |
Color Harmonies of #0B8FDE
Complementary color
Monochromatic Colors of #0B8FDE
Black with #0B8FDE
Text Example
Text Example
White with #0B8FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8FDE; }
p { color: rgb(11,143,222); }
H1.HeaderClassName
{
color: #0B8FDE;
}
.AnyTagClassName
{
color: #0B8FDE;
}
</style>
background-color css
<style>
a { background-color: #0B8FDE; }
a { background-color: rgb(11,143,222); }
div.DivClassName
{
background-color: #0B8FDE;
}
.BgClassName
{
background-color: #0B8FDE;
}
</style>
border-color css
<style>
span { border-color: #0B8FDE; }
span { border-color: rgb(11,143,222); }
td.TdClassName
{
border-color: #0B8FDE;
}
.TagClassName
{
border-color: #0B8FDE;
}
</style>