Shades of Pacific Blue #01A5CA
Tints of Pacific Blue #01A5CA
RGB
CMYK
RGB Variations
Color information
#01A5CA (or 0x01A5CA) is known color: Pacific Blue. HEX triplet: 01, A5 and CA. RGB value is (1,165,202). Sum of RGB (Red+Green+Blue) = 1+165+202=368 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #01A5CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A5CA is #FE5A35. Grayscale: #777777. Windows color (decimal): -16669238 or 13280513. OLE color: 13280513.
HSL color Cylindrical-coordinate representation of color #01A5CA: hue angle of 191.04º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A5CA is Cyan = 1.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 165 | 202 | - |
| CMYK | 1.00 | 0.18 | 0 | 0.21 |
| HSL | 191.04º | 0.99% | 0.4% | - |
| HSV(B) | 191.04º | 1% | 0.79% | - |
| XYZ | 24.13 | 31.18 | 60.62 | - |
| YUV | 120.18 | 174.17 | 42.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 165 | 202 | 1.00 | 0.18 | 0 | 0.21 | 191.04 | 0.99 | 0.4 |
| Hex | 1 | A5 | CA | 64 | 12 | 0 | 15 | BF | 63 | 28 |
| Octal | 1 | 245 | 312 | 144 | 22 | 0 | 25 | 277 | 143 | 50 |
| Binary | 1 | 10100101 | 11001010 | 1100100 | 10010 | 0 | 10101 | 10111111 | 1100011 | 101000 |
Color Harmonies of #01A5CA
Complementary color
Monochromatic Colors of #01A5CA
Black with #01A5CA
Text Example
Text Example
White with #01A5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A5CA; }
p { color: rgb(1,165,202); }
H1.HeaderClassName
{
color: #01A5CA;
}
.AnyTagClassName
{
color: #01A5CA;
}
</style>
background-color css
<style>
a { background-color: #01A5CA; }
a { background-color: rgb(1,165,202); }
div.DivClassName
{
background-color: #01A5CA;
}
.BgClassName
{
background-color: #01A5CA;
}
</style>
border-color css
<style>
span { border-color: #01A5CA; }
span { border-color: rgb(1,165,202); }
td.TdClassName
{
border-color: #01A5CA;
}
.TagClassName
{
border-color: #01A5CA;
}
</style>