Shades of Pacific Blue #01A5E4
Tints of Pacific Blue #01A5E4
RGB
CMYK
RGB Variations
Color information
#01A5E4 (or 0x01A5E4) is known color: Pacific Blue. HEX triplet: 01, A5 and E4. RGB value is (1,165,228). Sum of RGB (Red+Green+Blue) = 1+165+228=394 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 228 (89.45% from 255 or 57.87% from 394); Max value from RGB is 228 - color contains mainly: blue. Hex color #01A5E4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A5E4 is #FE5A1B. Grayscale: #7A7A7A. Windows color (decimal): -16669212 or 14984449. OLE color: 14984449.
HSL color Cylindrical-coordinate representation of color #01A5E4: hue angle of 196.65º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A5E4 is Cyan = 1.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 165 | 228 | - |
| CMYK | 1.00 | 0.28 | 0 | 0.11 |
| HSL | 196.65º | 0.99% | 0.45% | - |
| HSV(B) | 196.65º | 1% | 0.89% | - |
| XYZ | 27.47 | 32.52 | 78.23 | - |
| YUV | 123.15 | 187.17 | 40.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 165 | 228 | 1.00 | 0.28 | 0 | 0.11 | 196.65 | 0.99 | 0.45 |
| Hex | 1 | A5 | E4 | 64 | 1C | 0 | B | C5 | 63 | 2D |
| Octal | 1 | 245 | 344 | 144 | 34 | 0 | 13 | 305 | 143 | 55 |
| Binary | 1 | 10100101 | 11100100 | 1100100 | 11100 | 0 | 1011 | 11000101 | 1100011 | 101101 |
Color Harmonies of #01A5E4
Complementary color
Monochromatic Colors of #01A5E4
Black with #01A5E4
Text Example
Text Example
White with #01A5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A5E4; }
p { color: rgb(1,165,228); }
H1.HeaderClassName
{
color: #01A5E4;
}
.AnyTagClassName
{
color: #01A5E4;
}
</style>
background-color css
<style>
a { background-color: #01A5E4; }
a { background-color: rgb(1,165,228); }
div.DivClassName
{
background-color: #01A5E4;
}
.BgClassName
{
background-color: #01A5E4;
}
</style>
border-color css
<style>
span { border-color: #01A5E4; }
span { border-color: rgb(1,165,228); }
td.TdClassName
{
border-color: #01A5E4;
}
.TagClassName
{
border-color: #01A5E4;
}
</style>