Shades of Pacific Blue #01A7DB
Tints of Pacific Blue #01A7DB
RGB
CMYK
RGB Variations
Color information
#01A7DB (or 0x01A7DB) is known color: Pacific Blue. HEX triplet: 01, A7 and DB. RGB value is (1,167,219). Sum of RGB (Red+Green+Blue) = 1+167+219=387 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #01A7DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A7DB is #FE5824. Grayscale: #7A7A7A. Windows color (decimal): -16668709 or 14395137. OLE color: 14395137.
HSL color Cylindrical-coordinate representation of color #01A7DB: hue angle of 194.31º 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 #01A7DB is Cyan = 1.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 167 | 219 | - |
| CMYK | 1.00 | 0.24 | 0 | 0.14 |
| HSL | 194.31º | 0.99% | 0.43% | - |
| HSV(B) | 194.31º | 1% | 0.86% | - |
| XYZ | 26.62 | 32.76 | 71.94 | - |
| YUV | 123.29 | 182 | 40.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 167 | 219 | 1.00 | 0.24 | 0 | 0.14 | 194.31 | 0.99 | 0.43 |
| Hex | 1 | A7 | DB | 64 | 18 | 0 | E | C2 | 63 | 2B |
| Octal | 1 | 247 | 333 | 144 | 30 | 0 | 16 | 302 | 143 | 53 |
| Binary | 1 | 10100111 | 11011011 | 1100100 | 11000 | 0 | 1110 | 11000010 | 1100011 | 101011 |
Color Harmonies of #01A7DB
Complementary color
Monochromatic Colors of #01A7DB
Black with #01A7DB
Text Example
Text Example
White with #01A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A7DB; }
p { color: rgb(1,167,219); }
H1.HeaderClassName
{
color: #01A7DB;
}
.AnyTagClassName
{
color: #01A7DB;
}
</style>
background-color css
<style>
a { background-color: #01A7DB; }
a { background-color: rgb(1,167,219); }
div.DivClassName
{
background-color: #01A7DB;
}
.BgClassName
{
background-color: #01A7DB;
}
</style>
border-color css
<style>
span { border-color: #01A7DB; }
span { border-color: rgb(1,167,219); }
td.TdClassName
{
border-color: #01A7DB;
}
.TagClassName
{
border-color: #01A7DB;
}
</style>