Shades of Pacific Blue #059CDE
Tints of Pacific Blue #059CDE
RGB
CMYK
RGB Variations
Color information
#059CDE (or 0x059CDE) is known color: Pacific Blue. HEX triplet: 05, 9C and DE. RGB value is (5,156,222). Sum of RGB (Red+Green+Blue) = 5+156+222=383 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #059CDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059CDE is #FA6321. Grayscale: #757575. Windows color (decimal): -16409378 or 14588933. OLE color: 14588933.
HSL color Cylindrical-coordinate representation of color #059CDE: hue angle of 198.25º 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 #059CDE is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 156 | 222 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.13 |
| HSL | 198.25º | 0.96% | 0.45% | - |
| HSV(B) | 198.25º | 0.98% | 0.87% | - |
| XYZ | 25.14 | 29.08 | 73.4 | - |
| YUV | 118.38 | 186.47 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 222 | 0.98 | 0.30 | 0 | 0.13 | 198.25 | 0.96 | 0.45 |
| Hex | 5 | 9C | DE | 62 | 1E | 0 | D | C6 | 60 | 2D |
| Octal | 5 | 234 | 336 | 142 | 36 | 0 | 15 | 306 | 140 | 55 |
| Binary | 101 | 10011100 | 11011110 | 1100010 | 11110 | 0 | 1101 | 11000110 | 1100000 | 101101 |
Color Harmonies of #059CDE
Complementary color
Monochromatic Colors of #059CDE
Black with #059CDE
Text Example
Text Example
White with #059CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059CDE; }
p { color: rgb(5,156,222); }
H1.HeaderClassName
{
color: #059CDE;
}
.AnyTagClassName
{
color: #059CDE;
}
</style>
background-color css
<style>
a { background-color: #059CDE; }
a { background-color: rgb(5,156,222); }
div.DivClassName
{
background-color: #059CDE;
}
.BgClassName
{
background-color: #059CDE;
}
</style>
border-color css
<style>
span { border-color: #059CDE; }
span { border-color: rgb(5,156,222); }
td.TdClassName
{
border-color: #059CDE;
}
.TagClassName
{
border-color: #059CDE;
}
</style>