Shades of Pacific Blue #05A0BD
Tints of Pacific Blue #05A0BD
RGB
CMYK
RGB Variations
Color information
#05A0BD (or 0x05A0BD) is known color: Pacific Blue. HEX triplet: 05, A0 and BD. RGB value is (5,160,189). Sum of RGB (Red+Green+Blue) = 5+160+189=354 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #05A0BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A0BD is #FA5F42. Grayscale: #747474. Windows color (decimal): -16408387 or 12427269. OLE color: 12427269.
HSL color Cylindrical-coordinate representation of color #05A0BD: hue angle of 189.46º 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 #05A0BD is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 160 | 189 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.26 |
| HSL | 189.46º | 0.95% | 0.38% | - |
| HSV(B) | 189.46º | 0.97% | 0.74% | - |
| XYZ | 21.82 | 28.85 | 52.56 | - |
| YUV | 116.96 | 168.65 | 48.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 160 | 189 | 0.97 | 0.15 | 0 | 0.26 | 189.46 | 0.95 | 0.38 |
| Hex | 5 | A0 | BD | 61 | F | 0 | 1A | BD | 5F | 26 |
| Octal | 5 | 240 | 275 | 141 | 17 | 0 | 32 | 275 | 137 | 46 |
| Binary | 101 | 10100000 | 10111101 | 1100001 | 1111 | 0 | 11010 | 10111101 | 1011111 | 100110 |
Color Harmonies of #05A0BD
Complementary color
Monochromatic Colors of #05A0BD
Black with #05A0BD
Text Example
Text Example
White with #05A0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A0BD; }
p { color: rgb(5,160,189); }
H1.HeaderClassName
{
color: #05A0BD;
}
.AnyTagClassName
{
color: #05A0BD;
}
</style>
background-color css
<style>
a { background-color: #05A0BD; }
a { background-color: rgb(5,160,189); }
div.DivClassName
{
background-color: #05A0BD;
}
.BgClassName
{
background-color: #05A0BD;
}
</style>
border-color css
<style>
span { border-color: #05A0BD; }
span { border-color: rgb(5,160,189); }
td.TdClassName
{
border-color: #05A0BD;
}
.TagClassName
{
border-color: #05A0BD;
}
</style>