Shades of Pacific Blue #059AD4
Tints of Pacific Blue #059AD4
RGB
CMYK
RGB Variations
Color information
#059AD4 (or 0x059AD4) is known color: Pacific Blue. HEX triplet: 05, 9A and D4. RGB value is (5,154,212). Sum of RGB (Red+Green+Blue) = 5+154+212=371 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 212 (83.20% from 255 or 57.14% from 371); Max value from RGB is 212 - color contains mainly: blue. Hex color #059AD4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059AD4 is #FA652B. Grayscale: #737373. Windows color (decimal): -16409900 or 13933061. OLE color: 13933061.
HSL color Cylindrical-coordinate representation of color #059AD4: hue angle of 196.81º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059AD4 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 154 | 212 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.17 |
| HSL | 196.81º | 0.95% | 0.43% | - |
| HSV(B) | 196.81º | 0.98% | 0.83% | - |
| XYZ | 23.5 | 27.9 | 66.43 | - |
| YUV | 116.06 | 182.14 | 48.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 154 | 212 | 0.98 | 0.27 | 0 | 0.17 | 196.81 | 0.95 | 0.43 |
| Hex | 5 | 9A | D4 | 62 | 1B | 0 | 11 | C5 | 5F | 2B |
| Octal | 5 | 232 | 324 | 142 | 33 | 0 | 21 | 305 | 137 | 53 |
| Binary | 101 | 10011010 | 11010100 | 1100010 | 11011 | 0 | 10001 | 11000101 | 1011111 | 101011 |
Color Harmonies of #059AD4
Complementary color
Monochromatic Colors of #059AD4
Black with #059AD4
Text Example
Text Example
White with #059AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059AD4; }
p { color: rgb(5,154,212); }
H1.HeaderClassName
{
color: #059AD4;
}
.AnyTagClassName
{
color: #059AD4;
}
</style>
background-color css
<style>
a { background-color: #059AD4; }
a { background-color: rgb(5,154,212); }
div.DivClassName
{
background-color: #059AD4;
}
.BgClassName
{
background-color: #059AD4;
}
</style>
border-color css
<style>
span { border-color: #059AD4; }
span { border-color: rgb(5,154,212); }
td.TdClassName
{
border-color: #059AD4;
}
.TagClassName
{
border-color: #059AD4;
}
</style>