Shades of Pacific Blue #039DCD
Tints of Pacific Blue #039DCD
RGB
CMYK
RGB Variations
Color information
#039DCD (or 0x039DCD) is known color: Pacific Blue. HEX triplet: 03, 9D and CD. RGB value is (3,157,205). Sum of RGB (Red+Green+Blue) = 3+157+205=365 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #039DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039DCD is #FC6232. Grayscale: #747474. Windows color (decimal): -16540211 or 13475075. OLE color: 13475075.
HSL color Cylindrical-coordinate representation of color #039DCD: hue angle of 194.26º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039DCD is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 157 | 205 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.20 |
| HSL | 194.26º | 0.97% | 0.41% | - |
| HSV(B) | 194.26º | 0.99% | 0.8% | - |
| XYZ | 23.11 | 28.54 | 62.05 | - |
| YUV | 116.43 | 177.98 | 47.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 157 | 205 | 0.99 | 0.23 | 0 | 0.20 | 194.26 | 0.97 | 0.41 |
| Hex | 3 | 9D | CD | 63 | 17 | 0 | 14 | C2 | 61 | 29 |
| Octal | 3 | 235 | 315 | 143 | 27 | 0 | 24 | 302 | 141 | 51 |
| Binary | 11 | 10011101 | 11001101 | 1100011 | 10111 | 0 | 10100 | 11000010 | 1100001 | 101001 |
Color Harmonies of #039DCD
Complementary color
Monochromatic Colors of #039DCD
Black with #039DCD
Text Example
Text Example
White with #039DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039DCD; }
p { color: rgb(3,157,205); }
H1.HeaderClassName
{
color: #039DCD;
}
.AnyTagClassName
{
color: #039DCD;
}
</style>
background-color css
<style>
a { background-color: #039DCD; }
a { background-color: rgb(3,157,205); }
div.DivClassName
{
background-color: #039DCD;
}
.BgClassName
{
background-color: #039DCD;
}
</style>
border-color css
<style>
span { border-color: #039DCD; }
span { border-color: rgb(3,157,205); }
td.TdClassName
{
border-color: #039DCD;
}
.TagClassName
{
border-color: #039DCD;
}
</style>