Shades of Pacific Blue #05A6D0
Tints of Pacific Blue #05A6D0
RGB
CMYK
RGB Variations
Color information
#05A6D0 (or 0x05A6D0) is known color: Pacific Blue. HEX triplet: 05, A6 and D0. RGB value is (5,166,208). Sum of RGB (Red+Green+Blue) = 5+166+208=379 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #05A6D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A6D0 is #FA592F. Grayscale: #7A7A7A. Windows color (decimal): -16406832 or 13673989. OLE color: 13673989.
HSL color Cylindrical-coordinate representation of color #05A6D0: hue angle of 192.41º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A6D0 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 166 | 208 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.18 |
| HSL | 192.41º | 0.95% | 0.42% | - |
| HSV(B) | 192.41º | 0.98% | 0.82% | - |
| XYZ | 25.08 | 31.86 | 64.5 | - |
| YUV | 122.65 | 176.16 | 44.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 166 | 208 | 0.98 | 0.20 | 0 | 0.18 | 192.41 | 0.95 | 0.42 |
| Hex | 5 | A6 | D0 | 62 | 14 | 0 | 12 | C0 | 5F | 2A |
| Octal | 5 | 246 | 320 | 142 | 24 | 0 | 22 | 300 | 137 | 52 |
| Binary | 101 | 10100110 | 11010000 | 1100010 | 10100 | 0 | 10010 | 11000000 | 1011111 | 101010 |
Color Harmonies of #05A6D0
Complementary color
Monochromatic Colors of #05A6D0
Black with #05A6D0
Text Example
Text Example
White with #05A6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A6D0; }
p { color: rgb(5,166,208); }
H1.HeaderClassName
{
color: #05A6D0;
}
.AnyTagClassName
{
color: #05A6D0;
}
</style>
background-color css
<style>
a { background-color: #05A6D0; }
a { background-color: rgb(5,166,208); }
div.DivClassName
{
background-color: #05A6D0;
}
.BgClassName
{
background-color: #05A6D0;
}
</style>
border-color css
<style>
span { border-color: #05A6D0; }
span { border-color: rgb(5,166,208); }
td.TdClassName
{
border-color: #05A6D0;
}
.TagClassName
{
border-color: #05A6D0;
}
</style>