Shades of Pacific Blue #0A8CC9
Tints of Pacific Blue #0A8CC9
RGB
CMYK
RGB Variations
Color information
#0A8CC9 (or 0x0A8CC9) is known color: Pacific Blue. HEX triplet: 0A, 8C and C9. RGB value is (10,140,201). Sum of RGB (Red+Green+Blue) = 10+140+201=351 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.85% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 201 (78.91% from 255 or 57.26% from 351); Max value from RGB is 201 - color contains mainly: blue. Hex color #0A8CC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8CC9 is #F57336. Grayscale: #6B6B6B. Windows color (decimal): -16085815 or 13208586. OLE color: 13208586.
HSL color Cylindrical-coordinate representation of color #0A8CC9: hue angle of 199.16º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A8CC9 is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 140 | 201 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.21 |
| HSL | 199.16º | 0.91% | 0.41% | - |
| HSV(B) | 199.16º | 0.95% | 0.79% | - |
| XYZ | 20.05 | 23.04 | 58.65 | - |
| YUV | 108.08 | 180.43 | 58.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 140 | 201 | 0.95 | 0.30 | 0 | 0.21 | 199.16 | 0.91 | 0.41 |
| Hex | A | 8C | C9 | 5F | 1E | 0 | 15 | C7 | 5B | 29 |
| Octal | 12 | 214 | 311 | 137 | 36 | 0 | 25 | 307 | 133 | 51 |
| Binary | 1010 | 10001100 | 11001001 | 1011111 | 11110 | 0 | 10101 | 11000111 | 1011011 | 101001 |
Color Harmonies of #0A8CC9
Complementary color
Monochromatic Colors of #0A8CC9
Black with #0A8CC9
Text Example
Text Example
White with #0A8CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8CC9; }
p { color: rgb(10,140,201); }
H1.HeaderClassName
{
color: #0A8CC9;
}
.AnyTagClassName
{
color: #0A8CC9;
}
</style>
background-color css
<style>
a { background-color: #0A8CC9; }
a { background-color: rgb(10,140,201); }
div.DivClassName
{
background-color: #0A8CC9;
}
.BgClassName
{
background-color: #0A8CC9;
}
</style>
border-color css
<style>
span { border-color: #0A8CC9; }
span { border-color: rgb(10,140,201); }
td.TdClassName
{
border-color: #0A8CC9;
}
.TagClassName
{
border-color: #0A8CC9;
}
</style>