Shades of Pacific Blue #01A5CB
Tints of Pacific Blue #01A5CB
RGB
CMYK
RGB Variations
Color information
#01A5CB (or 0x01A5CB) is known color: Pacific Blue. HEX triplet: 01, A5 and CB. RGB value is (1,165,203). Sum of RGB (Red+Green+Blue) = 1+165+203=369 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #01A5CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A5CB is #FE5A34. Grayscale: #777777. Windows color (decimal): -16669237 or 13346049. OLE color: 13346049.
HSL color Cylindrical-coordinate representation of color #01A5CB: hue angle of 191.29º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A5CB is Cyan = 1.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 165 | 203 | - |
| CMYK | 1.00 | 0.19 | 0 | 0.20 |
| HSL | 191.29º | 0.99% | 0.4% | - |
| HSV(B) | 191.29º | 1% | 0.8% | - |
| XYZ | 24.25 | 31.23 | 61.25 | - |
| YUV | 120.3 | 174.67 | 42.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 165 | 203 | 1.00 | 0.19 | 0 | 0.20 | 191.29 | 0.99 | 0.4 |
| Hex | 1 | A5 | CB | 64 | 13 | 0 | 14 | BF | 63 | 28 |
| Octal | 1 | 245 | 313 | 144 | 23 | 0 | 24 | 277 | 143 | 50 |
| Binary | 1 | 10100101 | 11001011 | 1100100 | 10011 | 0 | 10100 | 10111111 | 1100011 | 101000 |
Color Harmonies of #01A5CB
Complementary color
Monochromatic Colors of #01A5CB
Black with #01A5CB
Text Example
Text Example
White with #01A5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A5CB; }
p { color: rgb(1,165,203); }
H1.HeaderClassName
{
color: #01A5CB;
}
.AnyTagClassName
{
color: #01A5CB;
}
</style>
background-color css
<style>
a { background-color: #01A5CB; }
a { background-color: rgb(1,165,203); }
div.DivClassName
{
background-color: #01A5CB;
}
.BgClassName
{
background-color: #01A5CB;
}
</style>
border-color css
<style>
span { border-color: #01A5CB; }
span { border-color: rgb(1,165,203); }
td.TdClassName
{
border-color: #01A5CB;
}
.TagClassName
{
border-color: #01A5CB;
}
</style>