Shades of Pacific Blue #0A8BDD
Tints of Pacific Blue #0A8BDD
RGB
CMYK
RGB Variations
Color information
#0A8BDD (or 0x0A8BDD) is known color: Pacific Blue. HEX triplet: 0A, 8B and DD. RGB value is (10,139,221). Sum of RGB (Red+Green+Blue) = 10+139+221=370 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #0A8BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8BDD is #F57422. Grayscale: #6D6D6D. Windows color (decimal): -16086051 or 14519050. OLE color: 14519050.
HSL color Cylindrical-coordinate representation of color #0A8BDD: hue angle of 203.32º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A8BDD is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 139 | 221 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.13 |
| HSL | 203.32º | 0.91% | 0.45% | - |
| HSV(B) | 203.32º | 0.95% | 0.87% | - |
| XYZ | 22.41 | 23.75 | 71.81 | - |
| YUV | 109.78 | 190.76 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 139 | 221 | 0.95 | 0.37 | 0 | 0.13 | 203.32 | 0.91 | 0.45 |
| Hex | A | 8B | DD | 5F | 25 | 0 | D | CB | 5B | 2D |
| Octal | 12 | 213 | 335 | 137 | 45 | 0 | 15 | 313 | 133 | 55 |
| Binary | 1010 | 10001011 | 11011101 | 1011111 | 100101 | 0 | 1101 | 11001011 | 1011011 | 101101 |
Color Harmonies of #0A8BDD
Complementary color
Monochromatic Colors of #0A8BDD
Black with #0A8BDD
Text Example
Text Example
White with #0A8BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8BDD; }
p { color: rgb(10,139,221); }
H1.HeaderClassName
{
color: #0A8BDD;
}
.AnyTagClassName
{
color: #0A8BDD;
}
</style>
background-color css
<style>
a { background-color: #0A8BDD; }
a { background-color: rgb(10,139,221); }
div.DivClassName
{
background-color: #0A8BDD;
}
.BgClassName
{
background-color: #0A8BDD;
}
</style>
border-color css
<style>
span { border-color: #0A8BDD; }
span { border-color: rgb(10,139,221); }
td.TdClassName
{
border-color: #0A8BDD;
}
.TagClassName
{
border-color: #0A8BDD;
}
</style>