Shades of Pacific Blue #0BA0CA
Tints of Pacific Blue #0BA0CA
RGB
CMYK
RGB Variations
Color information
#0BA0CA (or 0x0BA0CA) is known color: Pacific Blue. HEX triplet: 0B, A0 and CA. RGB value is (11,160,202). Sum of RGB (Red+Green+Blue) = 11+160+202=373 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.95% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #0BA0CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BA0CA is #F45F35. Grayscale: #777777. Windows color (decimal): -16015158 or 13279243. OLE color: 13279243.
HSL color Cylindrical-coordinate representation of color #0BA0CA: hue angle of 193.19º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BA0CA is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 160 | 202 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.21 |
| HSL | 193.19º | 0.9% | 0.42% | - |
| HSV(B) | 193.19º | 0.95% | 0.79% | - |
| XYZ | 23.37 | 29.48 | 60.34 | - |
| YUV | 120.24 | 174.14 | 50.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 160 | 202 | 0.95 | 0.21 | 0 | 0.21 | 193.19 | 0.9 | 0.42 |
| Hex | B | A0 | CA | 5F | 15 | 0 | 15 | C1 | 5A | 2A |
| Octal | 13 | 240 | 312 | 137 | 25 | 0 | 25 | 301 | 132 | 52 |
| Binary | 1011 | 10100000 | 11001010 | 1011111 | 10101 | 0 | 10101 | 11000001 | 1011010 | 101010 |
Color Harmonies of #0BA0CA
Complementary color
Monochromatic Colors of #0BA0CA
Black with #0BA0CA
Text Example
Text Example
White with #0BA0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA0CA; }
p { color: rgb(11,160,202); }
H1.HeaderClassName
{
color: #0BA0CA;
}
.AnyTagClassName
{
color: #0BA0CA;
}
</style>
background-color css
<style>
a { background-color: #0BA0CA; }
a { background-color: rgb(11,160,202); }
div.DivClassName
{
background-color: #0BA0CA;
}
.BgClassName
{
background-color: #0BA0CA;
}
</style>
border-color css
<style>
span { border-color: #0BA0CA; }
span { border-color: rgb(11,160,202); }
td.TdClassName
{
border-color: #0BA0CA;
}
.TagClassName
{
border-color: #0BA0CA;
}
</style>