Shades of Pacific Blue #05A7CE
Tints of Pacific Blue #05A7CE
RGB
CMYK
RGB Variations
Color information
#05A7CE (or 0x05A7CE) is known color: Pacific Blue. HEX triplet: 05, A7 and CE. RGB value is (5,167,206). Sum of RGB (Red+Green+Blue) = 5+167+206=378 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #05A7CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A7CE is #FA5831. Grayscale: #7A7A7A. Windows color (decimal): -16406578 or 13543173. OLE color: 13543173.
HSL color Cylindrical-coordinate representation of color #05A7CE: hue angle of 191.64º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A7CE is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 167 | 206 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.19 |
| HSL | 191.64º | 0.95% | 0.41% | - |
| HSV(B) | 191.64º | 0.98% | 0.81% | - |
| XYZ | 25.02 | 32.13 | 63.27 | - |
| YUV | 123.01 | 174.83 | 43.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 167 | 206 | 0.98 | 0.19 | 0 | 0.19 | 191.64 | 0.95 | 0.41 |
| Hex | 5 | A7 | CE | 62 | 13 | 0 | 13 | C0 | 5F | 29 |
| Octal | 5 | 247 | 316 | 142 | 23 | 0 | 23 | 300 | 137 | 51 |
| Binary | 101 | 10100111 | 11001110 | 1100010 | 10011 | 0 | 10011 | 11000000 | 1011111 | 101001 |
Color Harmonies of #05A7CE
Complementary color
Monochromatic Colors of #05A7CE
Black with #05A7CE
Text Example
Text Example
White with #05A7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A7CE; }
p { color: rgb(5,167,206); }
H1.HeaderClassName
{
color: #05A7CE;
}
.AnyTagClassName
{
color: #05A7CE;
}
</style>
background-color css
<style>
a { background-color: #05A7CE; }
a { background-color: rgb(5,167,206); }
div.DivClassName
{
background-color: #05A7CE;
}
.BgClassName
{
background-color: #05A7CE;
}
</style>
border-color css
<style>
span { border-color: #05A7CE; }
span { border-color: rgb(5,167,206); }
td.TdClassName
{
border-color: #05A7CE;
}
.TagClassName
{
border-color: #05A7CE;
}
</style>