Shades of Pacific Blue #00A6CB
Tints of Pacific Blue #00A6CB
RGB
CMYK
RGB Variations
Color information
#00A6CB (or 0x00A6CB) is known color: Pacific Blue. HEX triplet: 00, A6 and CB. RGB value is (0,166,203). Sum of RGB (Red+Green+Blue) = 0+166+203=369 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #00A6CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A6CB is #FF5934. Grayscale: #787878. Windows color (decimal): -16734517 or 13346304. OLE color: 13346304.
HSL color Cylindrical-coordinate representation of color #00A6CB: hue angle of 190.94º 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 #00A6CB is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 166 | 203 | - |
| CMYK | 1 | 0.18 | 0 | 0.20 |
| HSL | 190.94º | 1% | 0.4% | - |
| HSV(B) | 190.94º | 1% | 0.8% | - |
| XYZ | 24.42 | 31.58 | 61.31 | - |
| YUV | 120.58 | 174.5 | 41.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 166 | 203 | 1 | 0.18 | 0 | 0.20 | 190.94 | 1 | 0.4 |
| Hex | 0 | A6 | CB | 64 | 12 | 0 | 14 | BF | 64 | 28 |
| Octal | 0 | 246 | 313 | 144 | 22 | 0 | 24 | 277 | 144 | 50 |
| Binary | 0 | 10100110 | 11001011 | 1100100 | 10010 | 0 | 10100 | 10111111 | 1100100 | 101000 |
Color Harmonies of #00A6CB
Complementary color
Monochromatic Colors of #00A6CB
Black with #00A6CB
Text Example
Text Example
White with #00A6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A6CB; }
p { color: rgb(0,166,203); }
H1.HeaderClassName
{
color: #00A6CB;
}
.AnyTagClassName
{
color: #00A6CB;
}
</style>
background-color css
<style>
a { background-color: #00A6CB; }
a { background-color: rgb(0,166,203); }
div.DivClassName
{
background-color: #00A6CB;
}
.BgClassName
{
background-color: #00A6CB;
}
</style>
border-color css
<style>
span { border-color: #00A6CB; }
span { border-color: rgb(0,166,203); }
td.TdClassName
{
border-color: #00A6CB;
}
.TagClassName
{
border-color: #00A6CB;
}
</style>