Shades of Pacific Blue #05A6DD
Tints of Pacific Blue #05A6DD
RGB
CMYK
RGB Variations
Color information
#05A6DD (or 0x05A6DD) is known color: Pacific Blue. HEX triplet: 05, A6 and DD. RGB value is (5,166,221). Sum of RGB (Red+Green+Blue) = 5+166+221=392 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #05A6DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A6DD is #FA5922. Grayscale: #7B7B7B. Windows color (decimal): -16406819 or 14525957. OLE color: 14525957.
HSL color Cylindrical-coordinate representation of color #05A6DD: hue angle of 195.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A6DD is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 166 | 221 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.13 |
| HSL | 195.28º | 0.96% | 0.44% | - |
| HSV(B) | 195.28º | 0.98% | 0.87% | - |
| XYZ | 26.75 | 32.53 | 73.27 | - |
| YUV | 124.13 | 182.66 | 43.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 166 | 221 | 0.98 | 0.25 | 0 | 0.13 | 195.28 | 0.96 | 0.44 |
| Hex | 5 | A6 | DD | 62 | 19 | 0 | D | C3 | 60 | 2C |
| Octal | 5 | 246 | 335 | 142 | 31 | 0 | 15 | 303 | 140 | 54 |
| Binary | 101 | 10100110 | 11011101 | 1100010 | 11001 | 0 | 1101 | 11000011 | 1100000 | 101100 |
Color Harmonies of #05A6DD
Complementary color
Monochromatic Colors of #05A6DD
Black with #05A6DD
Text Example
Text Example
White with #05A6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A6DD; }
p { color: rgb(5,166,221); }
H1.HeaderClassName
{
color: #05A6DD;
}
.AnyTagClassName
{
color: #05A6DD;
}
</style>
background-color css
<style>
a { background-color: #05A6DD; }
a { background-color: rgb(5,166,221); }
div.DivClassName
{
background-color: #05A6DD;
}
.BgClassName
{
background-color: #05A6DD;
}
</style>
border-color css
<style>
span { border-color: #05A6DD; }
span { border-color: rgb(5,166,221); }
td.TdClassName
{
border-color: #05A6DD;
}
.TagClassName
{
border-color: #05A6DD;
}
</style>