Shades of Pacific Blue #01A5DF
Tints of Pacific Blue #01A5DF
RGB
CMYK
RGB Variations
Color information
#01A5DF (or 0x01A5DF) is known color: Pacific Blue. HEX triplet: 01, A5 and DF. RGB value is (1,165,223). Sum of RGB (Red+Green+Blue) = 1+165+223=389 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #01A5DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A5DF is #FE5A20. Grayscale: #7A7A7A. Windows color (decimal): -16669217 or 14656769. OLE color: 14656769.
HSL color Cylindrical-coordinate representation of color #01A5DF: hue angle of 195.68º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A5DF is Cyan = 1.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 165 | 223 | - |
| CMYK | 1.00 | 0.26 | 0 | 0.13 |
| HSL | 195.68º | 0.99% | 0.44% | - |
| HSV(B) | 195.68º | 1% | 0.87% | - |
| XYZ | 26.79 | 32.24 | 74.62 | - |
| YUV | 122.58 | 184.67 | 41.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 165 | 223 | 1.00 | 0.26 | 0 | 0.13 | 195.68 | 0.99 | 0.44 |
| Hex | 1 | A5 | DF | 64 | 1A | 0 | D | C4 | 63 | 2C |
| Octal | 1 | 245 | 337 | 144 | 32 | 0 | 15 | 304 | 143 | 54 |
| Binary | 1 | 10100101 | 11011111 | 1100100 | 11010 | 0 | 1101 | 11000100 | 1100011 | 101100 |
Color Harmonies of #01A5DF
Complementary color
Monochromatic Colors of #01A5DF
Black with #01A5DF
Text Example
Text Example
White with #01A5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A5DF; }
p { color: rgb(1,165,223); }
H1.HeaderClassName
{
color: #01A5DF;
}
.AnyTagClassName
{
color: #01A5DF;
}
</style>
background-color css
<style>
a { background-color: #01A5DF; }
a { background-color: rgb(1,165,223); }
div.DivClassName
{
background-color: #01A5DF;
}
.BgClassName
{
background-color: #01A5DF;
}
</style>
border-color css
<style>
span { border-color: #01A5DF; }
span { border-color: rgb(1,165,223); }
td.TdClassName
{
border-color: #01A5DF;
}
.TagClassName
{
border-color: #01A5DF;
}
</style>