Shades of Pacific Blue #05A6CE
Tints of Pacific Blue #05A6CE
RGB
CMYK
RGB Variations
Color information
#05A6CE (or 0x05A6CE) is known color: Pacific Blue. HEX triplet: 05, A6 and CE. RGB value is (5,166,206). Sum of RGB (Red+Green+Blue) = 5+166+206=377 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #05A6CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A6CE is #FA5931. Grayscale: #7A7A7A. Windows color (decimal): -16406834 or 13542917. OLE color: 13542917.
HSL color Cylindrical-coordinate representation of color #05A6CE: hue angle of 191.94º 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 #05A6CE is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 166 | 206 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.19 |
| HSL | 191.94º | 0.95% | 0.41% | - |
| HSV(B) | 191.94º | 0.98% | 0.81% | - |
| XYZ | 24.84 | 31.76 | 63.21 | - |
| YUV | 122.42 | 175.16 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 166 | 206 | 0.98 | 0.19 | 0 | 0.19 | 191.94 | 0.95 | 0.41 |
| Hex | 5 | A6 | CE | 62 | 13 | 0 | 13 | C0 | 5F | 29 |
| Octal | 5 | 246 | 316 | 142 | 23 | 0 | 23 | 300 | 137 | 51 |
| Binary | 101 | 10100110 | 11001110 | 1100010 | 10011 | 0 | 10011 | 11000000 | 1011111 | 101001 |
Color Harmonies of #05A6CE
Complementary color
Monochromatic Colors of #05A6CE
Black with #05A6CE
Text Example
Text Example
White with #05A6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A6CE; }
p { color: rgb(5,166,206); }
H1.HeaderClassName
{
color: #05A6CE;
}
.AnyTagClassName
{
color: #05A6CE;
}
</style>
background-color css
<style>
a { background-color: #05A6CE; }
a { background-color: rgb(5,166,206); }
div.DivClassName
{
background-color: #05A6CE;
}
.BgClassName
{
background-color: #05A6CE;
}
</style>
border-color css
<style>
span { border-color: #05A6CE; }
span { border-color: rgb(5,166,206); }
td.TdClassName
{
border-color: #05A6CE;
}
.TagClassName
{
border-color: #05A6CE;
}
</style>