Shades of Pacific Blue #05A4BD
Tints of Pacific Blue #05A4BD
RGB
CMYK
RGB Variations
Color information
#05A4BD (or 0x05A4BD) is known color: Pacific Blue. HEX triplet: 05, A4 and BD. RGB value is (5,164,189). Sum of RGB (Red+Green+Blue) = 5+164+189=358 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #05A4BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A4BD is #FA5B42. Grayscale: #777777. Windows color (decimal): -16407363 or 12428293. OLE color: 12428293.
HSL color Cylindrical-coordinate representation of color #05A4BD: hue angle of 188.15º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A4BD is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 164 | 189 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.26 |
| HSL | 188.15º | 0.95% | 0.38% | - |
| HSV(B) | 188.15º | 0.97% | 0.74% | - |
| XYZ | 22.52 | 30.26 | 52.8 | - |
| YUV | 119.31 | 167.32 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 164 | 189 | 0.97 | 0.13 | 0 | 0.26 | 188.15 | 0.95 | 0.38 |
| Hex | 5 | A4 | BD | 61 | D | 0 | 1A | BC | 5F | 26 |
| Octal | 5 | 244 | 275 | 141 | 15 | 0 | 32 | 274 | 137 | 46 |
| Binary | 101 | 10100100 | 10111101 | 1100001 | 1101 | 0 | 11010 | 10111100 | 1011111 | 100110 |
Color Harmonies of #05A4BD
Complementary color
Monochromatic Colors of #05A4BD
Black with #05A4BD
Text Example
Text Example
White with #05A4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A4BD; }
p { color: rgb(5,164,189); }
H1.HeaderClassName
{
color: #05A4BD;
}
.AnyTagClassName
{
color: #05A4BD;
}
</style>
background-color css
<style>
a { background-color: #05A4BD; }
a { background-color: rgb(5,164,189); }
div.DivClassName
{
background-color: #05A4BD;
}
.BgClassName
{
background-color: #05A4BD;
}
</style>
border-color css
<style>
span { border-color: #05A4BD; }
span { border-color: rgb(5,164,189); }
td.TdClassName
{
border-color: #05A4BD;
}
.TagClassName
{
border-color: #05A4BD;
}
</style>