Shades of Pacific Blue #08A0C0
Tints of Pacific Blue #08A0C0
RGB
CMYK
RGB Variations
Color information
#08A0C0 (or 0x08A0C0) is known color: Pacific Blue. HEX triplet: 08, A0 and C0. RGB value is (8,160,192). Sum of RGB (Red+Green+Blue) = 8+160+192=360 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 192 (75.39% from 255 or 53.33% from 360); Max value from RGB is 192 - color contains mainly: blue. Hex color #08A0C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08A0C0 is #F75F3F. Grayscale: #757575. Windows color (decimal): -16211776 or 12623880. OLE color: 12623880.
HSL color Cylindrical-coordinate representation of color #08A0C0: hue angle of 190.43º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08A0C0 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 160 | 192 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.25 |
| HSL | 190.43º | 0.92% | 0.39% | - |
| HSV(B) | 190.43º | 0.96% | 0.75% | - |
| XYZ | 22.19 | 29 | 54.3 | - |
| YUV | 118.2 | 169.64 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 160 | 192 | 0.96 | 0.17 | 0 | 0.25 | 190.43 | 0.92 | 0.39 |
| Hex | 8 | A0 | C0 | 60 | 11 | 0 | 19 | BE | 5C | 27 |
| Octal | 10 | 240 | 300 | 140 | 21 | 0 | 31 | 276 | 134 | 47 |
| Binary | 1000 | 10100000 | 11000000 | 1100000 | 10001 | 0 | 11001 | 10111110 | 1011100 | 100111 |
Color Harmonies of #08A0C0
Complementary color
Monochromatic Colors of #08A0C0
Black with #08A0C0
Text Example
Text Example
White with #08A0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A0C0; }
p { color: rgb(8,160,192); }
H1.HeaderClassName
{
color: #08A0C0;
}
.AnyTagClassName
{
color: #08A0C0;
}
</style>
background-color css
<style>
a { background-color: #08A0C0; }
a { background-color: rgb(8,160,192); }
div.DivClassName
{
background-color: #08A0C0;
}
.BgClassName
{
background-color: #08A0C0;
}
</style>
border-color css
<style>
span { border-color: #08A0C0; }
span { border-color: rgb(8,160,192); }
td.TdClassName
{
border-color: #08A0C0;
}
.TagClassName
{
border-color: #08A0C0;
}
</style>