Shades of Pacific Blue #0B93DC
Tints of Pacific Blue #0B93DC
RGB
CMYK
RGB Variations
Color information
#0B93DC (or 0x0B93DC) is known color: Pacific Blue. HEX triplet: 0B, 93 and DC. RGB value is (11,147,220). Sum of RGB (Red+Green+Blue) = 11+147+220=378 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.91% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #0B93DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B93DC is #F46C23. Grayscale: #727272. Windows color (decimal): -16018468 or 14455563. OLE color: 14455563.
HSL color Cylindrical-coordinate representation of color #0B93DC: hue angle of 200.96º 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 #0B93DC is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 147 | 220 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.14 |
| HSL | 200.96º | 0.9% | 0.45% | - |
| HSV(B) | 200.96º | 0.95% | 0.86% | - |
| XYZ | 23.49 | 26.11 | 71.51 | - |
| YUV | 114.66 | 187.44 | 54.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 147 | 220 | 0.95 | 0.33 | 0 | 0.14 | 200.96 | 0.9 | 0.45 |
| Hex | B | 93 | DC | 5F | 21 | 0 | E | C9 | 5A | 2D |
| Octal | 13 | 223 | 334 | 137 | 41 | 0 | 16 | 311 | 132 | 55 |
| Binary | 1011 | 10010011 | 11011100 | 1011111 | 100001 | 0 | 1110 | 11001001 | 1011010 | 101101 |
Color Harmonies of #0B93DC
Complementary color
Monochromatic Colors of #0B93DC
Black with #0B93DC
Text Example
Text Example
White with #0B93DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B93DC; }
p { color: rgb(11,147,220); }
H1.HeaderClassName
{
color: #0B93DC;
}
.AnyTagClassName
{
color: #0B93DC;
}
</style>
background-color css
<style>
a { background-color: #0B93DC; }
a { background-color: rgb(11,147,220); }
div.DivClassName
{
background-color: #0B93DC;
}
.BgClassName
{
background-color: #0B93DC;
}
</style>
border-color css
<style>
span { border-color: #0B93DC; }
span { border-color: rgb(11,147,220); }
td.TdClassName
{
border-color: #0B93DC;
}
.TagClassName
{
border-color: #0B93DC;
}
</style>