Shades of Pacific Blue #05A4BE
Tints of Pacific Blue #05A4BE
RGB
CMYK
RGB Variations
Color information
#05A4BE (or 0x05A4BE) is known color: Pacific Blue. HEX triplet: 05, A4 and BE. RGB value is (5,164,190). Sum of RGB (Red+Green+Blue) = 5+164+190=359 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #05A4BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A4BE is #FA5B41. Grayscale: #777777. Windows color (decimal): -16407362 or 12493829. OLE color: 12493829.
HSL color Cylindrical-coordinate representation of color #05A4BE: hue angle of 188.43º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A4BE is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 164 | 190 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.25 |
| HSL | 188.43º | 0.95% | 0.38% | - |
| HSV(B) | 188.43º | 0.97% | 0.75% | - |
| XYZ | 22.63 | 30.3 | 53.37 | - |
| YUV | 119.42 | 167.82 | 46.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 164 | 190 | 0.97 | 0.14 | 0 | 0.25 | 188.43 | 0.95 | 0.38 |
| Hex | 5 | A4 | BE | 61 | E | 0 | 19 | BC | 5F | 26 |
| Octal | 5 | 244 | 276 | 141 | 16 | 0 | 31 | 274 | 137 | 46 |
| Binary | 101 | 10100100 | 10111110 | 1100001 | 1110 | 0 | 11001 | 10111100 | 1011111 | 100110 |
Color Harmonies of #05A4BE
Complementary color
Monochromatic Colors of #05A4BE
Black with #05A4BE
Text Example
Text Example
White with #05A4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A4BE; }
p { color: rgb(5,164,190); }
H1.HeaderClassName
{
color: #05A4BE;
}
.AnyTagClassName
{
color: #05A4BE;
}
</style>
background-color css
<style>
a { background-color: #05A4BE; }
a { background-color: rgb(5,164,190); }
div.DivClassName
{
background-color: #05A4BE;
}
.BgClassName
{
background-color: #05A4BE;
}
</style>
border-color css
<style>
span { border-color: #05A4BE; }
span { border-color: rgb(5,164,190); }
td.TdClassName
{
border-color: #05A4BE;
}
.TagClassName
{
border-color: #05A4BE;
}
</style>