Shades of Pacific Blue #01A6C6
Tints of Pacific Blue #01A6C6
RGB
CMYK
RGB Variations
Color information
#01A6C6 (or 0x01A6C6) is known color: Pacific Blue. HEX triplet: 01, A6 and C6. RGB value is (1,166,198). Sum of RGB (Red+Green+Blue) = 1+166+198=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 198 (77.73% from 255 or 54.25% from 365); Max value from RGB is 198 - color contains mainly: blue. Hex color #01A6C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A6C6 is #FE5939. Grayscale: #787878. Windows color (decimal): -16668986 or 13018625. OLE color: 13018625.
HSL color Cylindrical-coordinate representation of color #01A6C6: hue angle of 189.75º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A6C6 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 166 | 198 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.22 |
| HSL | 189.75º | 0.99% | 0.39% | - |
| HSV(B) | 189.75º | 0.99% | 0.78% | - |
| XYZ | 23.84 | 31.36 | 58.22 | - |
| YUV | 120.31 | 171.84 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 166 | 198 | 0.99 | 0.16 | 0 | 0.22 | 189.75 | 0.99 | 0.39 |
| Hex | 1 | A6 | C6 | 63 | 10 | 0 | 16 | BE | 63 | 27 |
| Octal | 1 | 246 | 306 | 143 | 20 | 0 | 26 | 276 | 143 | 47 |
| Binary | 1 | 10100110 | 11000110 | 1100011 | 10000 | 0 | 10110 | 10111110 | 1100011 | 100111 |
Color Harmonies of #01A6C6
Complementary color
Monochromatic Colors of #01A6C6
Black with #01A6C6
Text Example
Text Example
White with #01A6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A6C6; }
p { color: rgb(1,166,198); }
H1.HeaderClassName
{
color: #01A6C6;
}
.AnyTagClassName
{
color: #01A6C6;
}
</style>
background-color css
<style>
a { background-color: #01A6C6; }
a { background-color: rgb(1,166,198); }
div.DivClassName
{
background-color: #01A6C6;
}
.BgClassName
{
background-color: #01A6C6;
}
</style>
border-color css
<style>
span { border-color: #01A6C6; }
span { border-color: rgb(1,166,198); }
td.TdClassName
{
border-color: #01A6C6;
}
.TagClassName
{
border-color: #01A6C6;
}
</style>