Shades of Pacific Blue #00A0CD
Tints of Pacific Blue #00A0CD
RGB
CMYK
RGB Variations
Color information
#00A0CD (or 0x00A0CD) is known color: Pacific Blue. HEX triplet: 00, A0 and CD. RGB value is (0,160,205). Sum of RGB (Red+Green+Blue) = 0+160+205=365 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #00A0CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A0CD is #FF5F32. Grayscale: #747474. Windows color (decimal): -16736051 or 13475840. OLE color: 13475840.
HSL color Cylindrical-coordinate representation of color #00A0CD: hue angle of 193.17º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A0CD is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 160 | 205 | - |
| CMYK | 1 | 0.22 | 0 | 0.20 |
| HSL | 193.17º | 1% | 0.4% | - |
| HSV(B) | 193.17º | 1% | 0.8% | - |
| XYZ | 23.59 | 29.55 | 62.22 | - |
| YUV | 117.29 | 177.49 | 44.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 160 | 205 | 1 | 0.22 | 0 | 0.20 | 193.17 | 1 | 0.4 |
| Hex | 0 | A0 | CD | 64 | 16 | 0 | 14 | C1 | 64 | 28 |
| Octal | 0 | 240 | 315 | 144 | 26 | 0 | 24 | 301 | 144 | 50 |
| Binary | 0 | 10100000 | 11001101 | 1100100 | 10110 | 0 | 10100 | 11000001 | 1100100 | 101000 |
Color Harmonies of #00A0CD
Complementary color
Monochromatic Colors of #00A0CD
Black with #00A0CD
Text Example
Text Example
White with #00A0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A0CD; }
p { color: rgb(0,160,205); }
H1.HeaderClassName
{
color: #00A0CD;
}
.AnyTagClassName
{
color: #00A0CD;
}
</style>
background-color css
<style>
a { background-color: #00A0CD; }
a { background-color: rgb(0,160,205); }
div.DivClassName
{
background-color: #00A0CD;
}
.BgClassName
{
background-color: #00A0CD;
}
</style>
border-color css
<style>
span { border-color: #00A0CD; }
span { border-color: rgb(0,160,205); }
td.TdClassName
{
border-color: #00A0CD;
}
.TagClassName
{
border-color: #00A0CD;
}
</style>