Shades of Pacific Blue #059ADE
Tints of Pacific Blue #059ADE
RGB
CMYK
RGB Variations
Color information
#059ADE (or 0x059ADE) is known color: Pacific Blue. HEX triplet: 05, 9A and DE. RGB value is (5,154,222). Sum of RGB (Red+Green+Blue) = 5+154+222=381 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #059ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059ADE is #FA6521. Grayscale: #747474. Windows color (decimal): -16409890 or 14588421. OLE color: 14588421.
HSL color Cylindrical-coordinate representation of color #059ADE: hue angle of 198.8º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059ADE is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 154 | 222 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.13 |
| HSL | 198.8º | 0.96% | 0.45% | - |
| HSV(B) | 198.8º | 0.98% | 0.87% | - |
| XYZ | 24.8 | 28.42 | 73.29 | - |
| YUV | 117.2 | 187.14 | 47.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 154 | 222 | 0.98 | 0.31 | 0 | 0.13 | 198.8 | 0.96 | 0.45 |
| Hex | 5 | 9A | DE | 62 | 1F | 0 | D | C7 | 60 | 2D |
| Octal | 5 | 232 | 336 | 142 | 37 | 0 | 15 | 307 | 140 | 55 |
| Binary | 101 | 10011010 | 11011110 | 1100010 | 11111 | 0 | 1101 | 11000111 | 1100000 | 101101 |
Color Harmonies of #059ADE
Complementary color
Monochromatic Colors of #059ADE
Black with #059ADE
Text Example
Text Example
White with #059ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059ADE; }
p { color: rgb(5,154,222); }
H1.HeaderClassName
{
color: #059ADE;
}
.AnyTagClassName
{
color: #059ADE;
}
</style>
background-color css
<style>
a { background-color: #059ADE; }
a { background-color: rgb(5,154,222); }
div.DivClassName
{
background-color: #059ADE;
}
.BgClassName
{
background-color: #059ADE;
}
</style>
border-color css
<style>
span { border-color: #059ADE; }
span { border-color: rgb(5,154,222); }
td.TdClassName
{
border-color: #059ADE;
}
.TagClassName
{
border-color: #059ADE;
}
</style>