Shades of Pacific Blue #05A6CA
Tints of Pacific Blue #05A6CA
RGB
CMYK
RGB Variations
Color information
#05A6CA (or 0x05A6CA) is known color: Pacific Blue. HEX triplet: 05, A6 and CA. RGB value is (5,166,202). Sum of RGB (Red+Green+Blue) = 5+166+202=373 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #05A6CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A6CA is #FA5935. Grayscale: #797979. Windows color (decimal): -16406838 or 13280773. OLE color: 13280773.
HSL color Cylindrical-coordinate representation of color #05A6CA: hue angle of 190.96º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A6CA is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 166 | 202 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.21 |
| HSL | 190.96º | 0.95% | 0.41% | - |
| HSV(B) | 190.96º | 0.98% | 0.79% | - |
| XYZ | 24.36 | 31.57 | 60.69 | - |
| YUV | 121.97 | 173.16 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 166 | 202 | 0.98 | 0.18 | 0 | 0.21 | 190.96 | 0.95 | 0.41 |
| Hex | 5 | A6 | CA | 62 | 12 | 0 | 15 | BF | 5F | 29 |
| Octal | 5 | 246 | 312 | 142 | 22 | 0 | 25 | 277 | 137 | 51 |
| Binary | 101 | 10100110 | 11001010 | 1100010 | 10010 | 0 | 10101 | 10111111 | 1011111 | 101001 |
Color Harmonies of #05A6CA
Complementary color
Monochromatic Colors of #05A6CA
Black with #05A6CA
Text Example
Text Example
White with #05A6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A6CA; }
p { color: rgb(5,166,202); }
H1.HeaderClassName
{
color: #05A6CA;
}
.AnyTagClassName
{
color: #05A6CA;
}
</style>
background-color css
<style>
a { background-color: #05A6CA; }
a { background-color: rgb(5,166,202); }
div.DivClassName
{
background-color: #05A6CA;
}
.BgClassName
{
background-color: #05A6CA;
}
</style>
border-color css
<style>
span { border-color: #05A6CA; }
span { border-color: rgb(5,166,202); }
td.TdClassName
{
border-color: #05A6CA;
}
.TagClassName
{
border-color: #05A6CA;
}
</style>