Shades of Pacific Blue #00A6CF
Tints of Pacific Blue #00A6CF
RGB
CMYK
RGB Variations
Color information
#00A6CF (or 0x00A6CF) is known color: Pacific Blue. HEX triplet: 00, A6 and CF. RGB value is (0,166,207). Sum of RGB (Red+Green+Blue) = 0+166+207=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #00A6CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A6CF is #FF5930. Grayscale: #787878. Windows color (decimal): -16734513 or 13608448. OLE color: 13608448.
HSL color Cylindrical-coordinate representation of color #00A6CF: hue angle of 191.88º 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 #00A6CF is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 166 | 207 | - |
| CMYK | 1 | 0.20 | 0 | 0.19 |
| HSL | 191.88º | 1% | 0.41% | - |
| HSV(B) | 191.88º | 1% | 0.81% | - |
| XYZ | 24.9 | 31.78 | 63.85 | - |
| YUV | 121.04 | 176.5 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 166 | 207 | 1 | 0.20 | 0 | 0.19 | 191.88 | 1 | 0.41 |
| Hex | 0 | A6 | CF | 64 | 14 | 0 | 13 | C0 | 64 | 29 |
| Octal | 0 | 246 | 317 | 144 | 24 | 0 | 23 | 300 | 144 | 51 |
| Binary | 0 | 10100110 | 11001111 | 1100100 | 10100 | 0 | 10011 | 11000000 | 1100100 | 101001 |
Color Harmonies of #00A6CF
Complementary color
Monochromatic Colors of #00A6CF
Black with #00A6CF
Text Example
Text Example
White with #00A6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A6CF; }
p { color: rgb(0,166,207); }
H1.HeaderClassName
{
color: #00A6CF;
}
.AnyTagClassName
{
color: #00A6CF;
}
</style>
background-color css
<style>
a { background-color: #00A6CF; }
a { background-color: rgb(0,166,207); }
div.DivClassName
{
background-color: #00A6CF;
}
.BgClassName
{
background-color: #00A6CF;
}
</style>
border-color css
<style>
span { border-color: #00A6CF; }
span { border-color: rgb(0,166,207); }
td.TdClassName
{
border-color: #00A6CF;
}
.TagClassName
{
border-color: #00A6CF;
}
</style>