Shades of Pacific Blue #05A1D6
Tints of Pacific Blue #05A1D6
RGB
CMYK
RGB Variations
Color information
#05A1D6 (or 0x05A1D6) is known color: Pacific Blue. HEX triplet: 05, A1 and D6. RGB value is (5,161,214). Sum of RGB (Red+Green+Blue) = 5+161+214=380 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 214 (83.98% from 255 or 56.32% from 380); Max value from RGB is 214 - color contains mainly: blue. Hex color #05A1D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A1D6 is #FA5E29. Grayscale: #787878. Windows color (decimal): -16408106 or 14065925. OLE color: 14065925.
HSL color Cylindrical-coordinate representation of color #05A1D6: hue angle of 195.22º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A1D6 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 161 | 214 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.16 |
| HSL | 195.22º | 0.95% | 0.43% | - |
| HSV(B) | 195.22º | 0.98% | 0.84% | - |
| XYZ | 24.95 | 30.38 | 68.17 | - |
| YUV | 120.4 | 180.82 | 45.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 161 | 214 | 0.98 | 0.25 | 0 | 0.16 | 195.22 | 0.95 | 0.43 |
| Hex | 5 | A1 | D6 | 62 | 19 | 0 | 10 | C3 | 5F | 2B |
| Octal | 5 | 241 | 326 | 142 | 31 | 0 | 20 | 303 | 137 | 53 |
| Binary | 101 | 10100001 | 11010110 | 1100010 | 11001 | 0 | 10000 | 11000011 | 1011111 | 101011 |
Color Harmonies of #05A1D6
Complementary color
Monochromatic Colors of #05A1D6
Black with #05A1D6
Text Example
Text Example
White with #05A1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A1D6; }
p { color: rgb(5,161,214); }
H1.HeaderClassName
{
color: #05A1D6;
}
.AnyTagClassName
{
color: #05A1D6;
}
</style>
background-color css
<style>
a { background-color: #05A1D6; }
a { background-color: rgb(5,161,214); }
div.DivClassName
{
background-color: #05A1D6;
}
.BgClassName
{
background-color: #05A1D6;
}
</style>
border-color css
<style>
span { border-color: #05A1D6; }
span { border-color: rgb(5,161,214); }
td.TdClassName
{
border-color: #05A1D6;
}
.TagClassName
{
border-color: #05A1D6;
}
</style>