Shades of Pacific Blue #01A6DB
Tints of Pacific Blue #01A6DB
RGB
CMYK
RGB Variations
Color information
#01A6DB (or 0x01A6DB) is known color: Pacific Blue. HEX triplet: 01, A6 and DB. RGB value is (1,166,219). Sum of RGB (Red+Green+Blue) = 1+166+219=386 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #01A6DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A6DB is #FE5924. Grayscale: #7A7A7A. Windows color (decimal): -16668965 or 14394881. OLE color: 14394881.
HSL color Cylindrical-coordinate representation of color #01A6DB: hue angle of 194.59º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A6DB is Cyan = 1.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 166 | 219 | - |
| CMYK | 1.00 | 0.24 | 0 | 0.14 |
| HSL | 194.59º | 0.99% | 0.43% | - |
| HSV(B) | 194.59º | 1% | 0.86% | - |
| XYZ | 26.43 | 32.39 | 71.88 | - |
| YUV | 122.71 | 182.34 | 41.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 166 | 219 | 1.00 | 0.24 | 0 | 0.14 | 194.59 | 0.99 | 0.43 |
| Hex | 1 | A6 | DB | 64 | 18 | 0 | E | C3 | 63 | 2B |
| Octal | 1 | 246 | 333 | 144 | 30 | 0 | 16 | 303 | 143 | 53 |
| Binary | 1 | 10100110 | 11011011 | 1100100 | 11000 | 0 | 1110 | 11000011 | 1100011 | 101011 |
Color Harmonies of #01A6DB
Complementary color
Monochromatic Colors of #01A6DB
Black with #01A6DB
Text Example
Text Example
White with #01A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A6DB; }
p { color: rgb(1,166,219); }
H1.HeaderClassName
{
color: #01A6DB;
}
.AnyTagClassName
{
color: #01A6DB;
}
</style>
background-color css
<style>
a { background-color: #01A6DB; }
a { background-color: rgb(1,166,219); }
div.DivClassName
{
background-color: #01A6DB;
}
.BgClassName
{
background-color: #01A6DB;
}
</style>
border-color css
<style>
span { border-color: #01A6DB; }
span { border-color: rgb(1,166,219); }
td.TdClassName
{
border-color: #01A6DB;
}
.TagClassName
{
border-color: #01A6DB;
}
</style>