Shades of Pacific Blue #05A2CA
Tints of Pacific Blue #05A2CA
RGB
CMYK
RGB Variations
Color information
#05A2CA (or 0x05A2CA) is known color: Pacific Blue. HEX triplet: 05, A2 and CA. RGB value is (5,162,202). Sum of RGB (Red+Green+Blue) = 5+162+202=369 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #05A2CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A2CA is #FA5D35. Grayscale: #777777. Windows color (decimal): -16407862 or 13279749. OLE color: 13279749.
HSL color Cylindrical-coordinate representation of color #05A2CA: hue angle of 192.18º 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 #05A2CA is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 162 | 202 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.21 |
| HSL | 192.18º | 0.95% | 0.41% | - |
| HSV(B) | 192.18º | 0.98% | 0.79% | - |
| XYZ | 23.64 | 30.14 | 60.45 | - |
| YUV | 119.62 | 174.49 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 162 | 202 | 0.98 | 0.20 | 0 | 0.21 | 192.18 | 0.95 | 0.41 |
| Hex | 5 | A2 | CA | 62 | 14 | 0 | 15 | C0 | 5F | 29 |
| Octal | 5 | 242 | 312 | 142 | 24 | 0 | 25 | 300 | 137 | 51 |
| Binary | 101 | 10100010 | 11001010 | 1100010 | 10100 | 0 | 10101 | 11000000 | 1011111 | 101001 |
Color Harmonies of #05A2CA
Complementary color
Monochromatic Colors of #05A2CA
Black with #05A2CA
Text Example
Text Example
White with #05A2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A2CA; }
p { color: rgb(5,162,202); }
H1.HeaderClassName
{
color: #05A2CA;
}
.AnyTagClassName
{
color: #05A2CA;
}
</style>
background-color css
<style>
a { background-color: #05A2CA; }
a { background-color: rgb(5,162,202); }
div.DivClassName
{
background-color: #05A2CA;
}
.BgClassName
{
background-color: #05A2CA;
}
</style>
border-color css
<style>
span { border-color: #05A2CA; }
span { border-color: rgb(5,162,202); }
td.TdClassName
{
border-color: #05A2CA;
}
.TagClassName
{
border-color: #05A2CA;
}
</style>