Shades of Pacific Blue #05A4C0
Tints of Pacific Blue #05A4C0
RGB
CMYK
RGB Variations
Color information
#05A4C0 (or 0x05A4C0) is known color: Pacific Blue. HEX triplet: 05, A4 and C0. RGB value is (5,164,192). Sum of RGB (Red+Green+Blue) = 5+164+192=361 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 192 (75.39% from 255 or 53.19% from 361); Max value from RGB is 192 - color contains mainly: blue. Hex color #05A4C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A4C0 is #FA5B3F. Grayscale: #777777. Windows color (decimal): -16407360 or 12624901. OLE color: 12624901.
HSL color Cylindrical-coordinate representation of color #05A4C0: hue angle of 188.98º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A4C0 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 164 | 192 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.25 |
| HSL | 188.98º | 0.95% | 0.39% | - |
| HSV(B) | 188.98º | 0.97% | 0.75% | - |
| XYZ | 22.85 | 30.39 | 54.53 | - |
| YUV | 119.65 | 168.82 | 46.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 164 | 192 | 0.97 | 0.15 | 0 | 0.25 | 188.98 | 0.95 | 0.39 |
| Hex | 5 | A4 | C0 | 61 | F | 0 | 19 | BD | 5F | 27 |
| Octal | 5 | 244 | 300 | 141 | 17 | 0 | 31 | 275 | 137 | 47 |
| Binary | 101 | 10100100 | 11000000 | 1100001 | 1111 | 0 | 11001 | 10111101 | 1011111 | 100111 |
Color Harmonies of #05A4C0
Complementary color
Monochromatic Colors of #05A4C0
Black with #05A4C0
Text Example
Text Example
White with #05A4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A4C0; }
p { color: rgb(5,164,192); }
H1.HeaderClassName
{
color: #05A4C0;
}
.AnyTagClassName
{
color: #05A4C0;
}
</style>
background-color css
<style>
a { background-color: #05A4C0; }
a { background-color: rgb(5,164,192); }
div.DivClassName
{
background-color: #05A4C0;
}
.BgClassName
{
background-color: #05A4C0;
}
</style>
border-color css
<style>
span { border-color: #05A4C0; }
span { border-color: rgb(5,164,192); }
td.TdClassName
{
border-color: #05A4C0;
}
.TagClassName
{
border-color: #05A4C0;
}
</style>