Shades of Pacific Blue #05A1BE
Tints of Pacific Blue #05A1BE
RGB
CMYK
RGB Variations
Color information
#05A1BE (or 0x05A1BE) is known color: Pacific Blue. HEX triplet: 05, A1 and BE. RGB value is (5,161,190). Sum of RGB (Red+Green+Blue) = 5+161+190=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #05A1BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A1BE is #FA5E41. Grayscale: #757575. Windows color (decimal): -16408130 or 12493061. OLE color: 12493061.
HSL color Cylindrical-coordinate representation of color #05A1BE: hue angle of 189.41º 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 #05A1BE is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 161 | 190 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.25 |
| HSL | 189.41º | 0.95% | 0.38% | - |
| HSV(B) | 189.41º | 0.97% | 0.75% | - |
| XYZ | 22.1 | 29.24 | 53.19 | - |
| YUV | 117.66 | 168.82 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 161 | 190 | 0.97 | 0.15 | 0 | 0.25 | 189.41 | 0.95 | 0.38 |
| Hex | 5 | A1 | BE | 61 | F | 0 | 19 | BD | 5F | 26 |
| Octal | 5 | 241 | 276 | 141 | 17 | 0 | 31 | 275 | 137 | 46 |
| Binary | 101 | 10100001 | 10111110 | 1100001 | 1111 | 0 | 11001 | 10111101 | 1011111 | 100110 |
Color Harmonies of #05A1BE
Complementary color
Monochromatic Colors of #05A1BE
Black with #05A1BE
Text Example
Text Example
White with #05A1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A1BE; }
p { color: rgb(5,161,190); }
H1.HeaderClassName
{
color: #05A1BE;
}
.AnyTagClassName
{
color: #05A1BE;
}
</style>
background-color css
<style>
a { background-color: #05A1BE; }
a { background-color: rgb(5,161,190); }
div.DivClassName
{
background-color: #05A1BE;
}
.BgClassName
{
background-color: #05A1BE;
}
</style>
border-color css
<style>
span { border-color: #05A1BE; }
span { border-color: rgb(5,161,190); }
td.TdClassName
{
border-color: #05A1BE;
}
.TagClassName
{
border-color: #05A1BE;
}
</style>