Shades of Pacific Blue #05A0C6
Tints of Pacific Blue #05A0C6
RGB
CMYK
RGB Variations
Color information
#05A0C6 (or 0x05A0C6) is known color: Pacific Blue. HEX triplet: 05, A0 and C6. RGB value is (5,160,198). Sum of RGB (Red+Green+Blue) = 5+160+198=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 198 (77.73% from 255 or 54.55% from 363); Max value from RGB is 198 - color contains mainly: blue. Hex color #05A0C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A0C6 is #FA5F39. Grayscale: #757575. Windows color (decimal): -16408378 or 13017093. OLE color: 13017093.
HSL color Cylindrical-coordinate representation of color #05A0C6: hue angle of 191.81º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A0C6 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 160 | 198 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.22 |
| HSL | 191.81º | 0.95% | 0.4% | - |
| HSV(B) | 191.81º | 0.97% | 0.78% | - |
| XYZ | 22.83 | 29.25 | 57.87 | - |
| YUV | 117.99 | 173.15 | 47.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 160 | 198 | 0.97 | 0.19 | 0 | 0.22 | 191.81 | 0.95 | 0.4 |
| Hex | 5 | A0 | C6 | 61 | 13 | 0 | 16 | C0 | 5F | 28 |
| Octal | 5 | 240 | 306 | 141 | 23 | 0 | 26 | 300 | 137 | 50 |
| Binary | 101 | 10100000 | 11000110 | 1100001 | 10011 | 0 | 10110 | 11000000 | 1011111 | 101000 |
Color Harmonies of #05A0C6
Complementary color
Monochromatic Colors of #05A0C6
Black with #05A0C6
Text Example
Text Example
White with #05A0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A0C6; }
p { color: rgb(5,160,198); }
H1.HeaderClassName
{
color: #05A0C6;
}
.AnyTagClassName
{
color: #05A0C6;
}
</style>
background-color css
<style>
a { background-color: #05A0C6; }
a { background-color: rgb(5,160,198); }
div.DivClassName
{
background-color: #05A0C6;
}
.BgClassName
{
background-color: #05A0C6;
}
</style>
border-color css
<style>
span { border-color: #05A0C6; }
span { border-color: rgb(5,160,198); }
td.TdClassName
{
border-color: #05A0C6;
}
.TagClassName
{
border-color: #05A0C6;
}
</style>