Shades of Pacific Blue #01A6DF
Tints of Pacific Blue #01A6DF
RGB
CMYK
RGB Variations
Color information
#01A6DF (or 0x01A6DF) is known color: Pacific Blue. HEX triplet: 01, A6 and DF. RGB value is (1,166,223). Sum of RGB (Red+Green+Blue) = 1+166+223=390 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #01A6DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A6DF is #FE5920. Grayscale: #7A7A7A. Windows color (decimal): -16668961 or 14657025. OLE color: 14657025.
HSL color Cylindrical-coordinate representation of color #01A6DF: hue angle of 195.41º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A6DF is Cyan = 1.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 166 | 223 | - |
| CMYK | 1.00 | 0.26 | 0 | 0.13 |
| HSL | 195.41º | 0.99% | 0.44% | - |
| HSV(B) | 195.41º | 1% | 0.87% | - |
| XYZ | 26.97 | 32.61 | 74.68 | - |
| YUV | 123.16 | 184.34 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 166 | 223 | 1.00 | 0.26 | 0 | 0.13 | 195.41 | 0.99 | 0.44 |
| Hex | 1 | A6 | DF | 64 | 1A | 0 | D | C3 | 63 | 2C |
| Octal | 1 | 246 | 337 | 144 | 32 | 0 | 15 | 303 | 143 | 54 |
| Binary | 1 | 10100110 | 11011111 | 1100100 | 11010 | 0 | 1101 | 11000011 | 1100011 | 101100 |
Color Harmonies of #01A6DF
Complementary color
Monochromatic Colors of #01A6DF
Black with #01A6DF
Text Example
Text Example
White with #01A6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A6DF; }
p { color: rgb(1,166,223); }
H1.HeaderClassName
{
color: #01A6DF;
}
.AnyTagClassName
{
color: #01A6DF;
}
</style>
background-color css
<style>
a { background-color: #01A6DF; }
a { background-color: rgb(1,166,223); }
div.DivClassName
{
background-color: #01A6DF;
}
.BgClassName
{
background-color: #01A6DF;
}
</style>
border-color css
<style>
span { border-color: #01A6DF; }
span { border-color: rgb(1,166,223); }
td.TdClassName
{
border-color: #01A6DF;
}
.TagClassName
{
border-color: #01A6DF;
}
</style>