Shades of Pacific Blue #0B94DE
Tints of Pacific Blue #0B94DE
RGB
CMYK
RGB Variations
Color information
#0B94DE (or 0x0B94DE) is known color: Pacific Blue. HEX triplet: 0B, 94 and DE. RGB value is (11,148,222). Sum of RGB (Red+Green+Blue) = 11+148+222=381 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.89% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #0B94DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B94DE is #F46B21. Grayscale: #737373. Windows color (decimal): -16018210 or 14586891. OLE color: 14586891.
HSL color Cylindrical-coordinate representation of color #0B94DE: hue angle of 201.04º 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 #0B94DE is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 148 | 222 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.13 |
| HSL | 201.04º | 0.91% | 0.46% | - |
| HSV(B) | 201.04º | 0.95% | 0.87% | - |
| XYZ | 23.91 | 26.52 | 72.97 | - |
| YUV | 115.47 | 188.11 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 148 | 222 | 0.95 | 0.33 | 0 | 0.13 | 201.04 | 0.91 | 0.46 |
| Hex | B | 94 | DE | 5F | 21 | 0 | D | C9 | 5B | 2E |
| Octal | 13 | 224 | 336 | 137 | 41 | 0 | 15 | 311 | 133 | 56 |
| Binary | 1011 | 10010100 | 11011110 | 1011111 | 100001 | 0 | 1101 | 11001001 | 1011011 | 101110 |
Color Harmonies of #0B94DE
Complementary color
Monochromatic Colors of #0B94DE
Black with #0B94DE
Text Example
Text Example
White with #0B94DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B94DE; }
p { color: rgb(11,148,222); }
H1.HeaderClassName
{
color: #0B94DE;
}
.AnyTagClassName
{
color: #0B94DE;
}
</style>
background-color css
<style>
a { background-color: #0B94DE; }
a { background-color: rgb(11,148,222); }
div.DivClassName
{
background-color: #0B94DE;
}
.BgClassName
{
background-color: #0B94DE;
}
</style>
border-color css
<style>
span { border-color: #0B94DE; }
span { border-color: rgb(11,148,222); }
td.TdClassName
{
border-color: #0B94DE;
}
.TagClassName
{
border-color: #0B94DE;
}
</style>