Shades of Pacific Blue #05A6CF
Tints of Pacific Blue #05A6CF
RGB
CMYK
RGB Variations
Color information
#05A6CF (or 0x05A6CF) is known color: Pacific Blue. HEX triplet: 05, A6 and CF. RGB value is (5,166,207). Sum of RGB (Red+Green+Blue) = 5+166+207=378 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #05A6CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A6CF is #FA5930. Grayscale: #7A7A7A. Windows color (decimal): -16406833 or 13608453. OLE color: 13608453.
HSL color Cylindrical-coordinate representation of color #05A6CF: hue angle of 192.18º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A6CF is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 166 | 207 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.19 |
| HSL | 192.18º | 0.95% | 0.42% | - |
| HSV(B) | 192.18º | 0.98% | 0.81% | - |
| XYZ | 24.96 | 31.81 | 63.86 | - |
| YUV | 122.54 | 175.66 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 166 | 207 | 0.98 | 0.20 | 0 | 0.19 | 192.18 | 0.95 | 0.42 |
| Hex | 5 | A6 | CF | 62 | 14 | 0 | 13 | C0 | 5F | 2A |
| Octal | 5 | 246 | 317 | 142 | 24 | 0 | 23 | 300 | 137 | 52 |
| Binary | 101 | 10100110 | 11001111 | 1100010 | 10100 | 0 | 10011 | 11000000 | 1011111 | 101010 |
Color Harmonies of #05A6CF
Complementary color
Monochromatic Colors of #05A6CF
Black with #05A6CF
Text Example
Text Example
White with #05A6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A6CF; }
p { color: rgb(5,166,207); }
H1.HeaderClassName
{
color: #05A6CF;
}
.AnyTagClassName
{
color: #05A6CF;
}
</style>
background-color css
<style>
a { background-color: #05A6CF; }
a { background-color: rgb(5,166,207); }
div.DivClassName
{
background-color: #05A6CF;
}
.BgClassName
{
background-color: #05A6CF;
}
</style>
border-color css
<style>
span { border-color: #05A6CF; }
span { border-color: rgb(5,166,207); }
td.TdClassName
{
border-color: #05A6CF;
}
.TagClassName
{
border-color: #05A6CF;
}
</style>