Shades of Pacific Blue #00A0CF
Tints of Pacific Blue #00A0CF
RGB
CMYK
RGB Variations
Color information
#00A0CF (or 0x00A0CF) is known color: Pacific Blue. HEX triplet: 00, A0 and CF. RGB value is (0,160,207). Sum of RGB (Red+Green+Blue) = 0+160+207=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #00A0CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A0CF is #FF5F30. Grayscale: #757575. Windows color (decimal): -16736049 or 13606912. OLE color: 13606912.
HSL color Cylindrical-coordinate representation of color #00A0CF: hue angle of 193.62º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A0CF is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 160 | 207 | - |
| CMYK | 1 | 0.23 | 0 | 0.19 |
| HSL | 193.62º | 1% | 0.41% | - |
| HSV(B) | 193.62º | 1% | 0.81% | - |
| XYZ | 23.83 | 29.65 | 63.5 | - |
| YUV | 117.52 | 178.49 | 44.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 160 | 207 | 1 | 0.23 | 0 | 0.19 | 193.62 | 1 | 0.41 |
| Hex | 0 | A0 | CF | 64 | 17 | 0 | 13 | C2 | 64 | 29 |
| Octal | 0 | 240 | 317 | 144 | 27 | 0 | 23 | 302 | 144 | 51 |
| Binary | 0 | 10100000 | 11001111 | 1100100 | 10111 | 0 | 10011 | 11000010 | 1100100 | 101001 |
Color Harmonies of #00A0CF
Complementary color
Monochromatic Colors of #00A0CF
Black with #00A0CF
Text Example
Text Example
White with #00A0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A0CF; }
p { color: rgb(0,160,207); }
H1.HeaderClassName
{
color: #00A0CF;
}
.AnyTagClassName
{
color: #00A0CF;
}
</style>
background-color css
<style>
a { background-color: #00A0CF; }
a { background-color: rgb(0,160,207); }
div.DivClassName
{
background-color: #00A0CF;
}
.BgClassName
{
background-color: #00A0CF;
}
</style>
border-color css
<style>
span { border-color: #00A0CF; }
span { border-color: rgb(0,160,207); }
td.TdClassName
{
border-color: #00A0CF;
}
.TagClassName
{
border-color: #00A0CF;
}
</style>