Shades of Pacific Blue #01A5CF
Tints of Pacific Blue #01A5CF
RGB
CMYK
RGB Variations
Color information
#01A5CF (or 0x01A5CF) is known color: Pacific Blue. HEX triplet: 01, A5 and CF. RGB value is (1,165,207). Sum of RGB (Red+Green+Blue) = 1+165+207=373 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #01A5CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A5CF is #FE5A30. Grayscale: #787878. Windows color (decimal): -16669233 or 13608193. OLE color: 13608193.
HSL color Cylindrical-coordinate representation of color #01A5CF: hue angle of 192.23º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A5CF is Cyan = 1.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 165 | 207 | - |
| CMYK | 1.00 | 0.20 | 0 | 0.19 |
| HSL | 192.23º | 0.99% | 0.41% | - |
| HSV(B) | 192.23º | 1% | 0.81% | - |
| XYZ | 24.73 | 31.42 | 63.79 | - |
| YUV | 120.75 | 176.67 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 165 | 207 | 1.00 | 0.20 | 0 | 0.19 | 192.23 | 0.99 | 0.41 |
| Hex | 1 | A5 | CF | 64 | 14 | 0 | 13 | C0 | 63 | 29 |
| Octal | 1 | 245 | 317 | 144 | 24 | 0 | 23 | 300 | 143 | 51 |
| Binary | 1 | 10100101 | 11001111 | 1100100 | 10100 | 0 | 10011 | 11000000 | 1100011 | 101001 |
Color Harmonies of #01A5CF
Complementary color
Monochromatic Colors of #01A5CF
Black with #01A5CF
Text Example
Text Example
White with #01A5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A5CF; }
p { color: rgb(1,165,207); }
H1.HeaderClassName
{
color: #01A5CF;
}
.AnyTagClassName
{
color: #01A5CF;
}
</style>
background-color css
<style>
a { background-color: #01A5CF; }
a { background-color: rgb(1,165,207); }
div.DivClassName
{
background-color: #01A5CF;
}
.BgClassName
{
background-color: #01A5CF;
}
</style>
border-color css
<style>
span { border-color: #01A5CF; }
span { border-color: rgb(1,165,207); }
td.TdClassName
{
border-color: #01A5CF;
}
.TagClassName
{
border-color: #01A5CF;
}
</style>