Shades of Pacific Blue #01A2C7
Tints of Pacific Blue #01A2C7
RGB
CMYK
RGB Variations
Color information
#01A2C7 (or 0x01A2C7) is known color: Pacific Blue. HEX triplet: 01, A2 and C7. RGB value is (1,162,199). Sum of RGB (Red+Green+Blue) = 1+162+199=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 199 (78.12% from 255 or 54.97% from 362); Max value from RGB is 199 - color contains mainly: blue. Hex color #01A2C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A2C7 is #FE5D38. Grayscale: #757575. Windows color (decimal): -16670009 or 13083137. OLE color: 13083137.
HSL color Cylindrical-coordinate representation of color #01A2C7: hue angle of 191.21º 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 #01A2C7 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 162 | 199 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.22 |
| HSL | 191.21º | 0.99% | 0.39% | - |
| HSV(B) | 191.21º | 0.99% | 0.78% | - |
| XYZ | 23.24 | 29.97 | 58.59 | - |
| YUV | 118.08 | 173.66 | 44.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 162 | 199 | 0.99 | 0.19 | 0 | 0.22 | 191.21 | 0.99 | 0.39 |
| Hex | 1 | A2 | C7 | 63 | 13 | 0 | 16 | BF | 63 | 27 |
| Octal | 1 | 242 | 307 | 143 | 23 | 0 | 26 | 277 | 143 | 47 |
| Binary | 1 | 10100010 | 11000111 | 1100011 | 10011 | 0 | 10110 | 10111111 | 1100011 | 100111 |
Color Harmonies of #01A2C7
Complementary color
Monochromatic Colors of #01A2C7
Black with #01A2C7
Text Example
Text Example
White with #01A2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A2C7; }
p { color: rgb(1,162,199); }
H1.HeaderClassName
{
color: #01A2C7;
}
.AnyTagClassName
{
color: #01A2C7;
}
</style>
background-color css
<style>
a { background-color: #01A2C7; }
a { background-color: rgb(1,162,199); }
div.DivClassName
{
background-color: #01A2C7;
}
.BgClassName
{
background-color: #01A2C7;
}
</style>
border-color css
<style>
span { border-color: #01A2C7; }
span { border-color: rgb(1,162,199); }
td.TdClassName
{
border-color: #01A2C7;
}
.TagClassName
{
border-color: #01A2C7;
}
</style>