Shades of Pacific Blue #039BCD
Tints of Pacific Blue #039BCD
RGB
CMYK
RGB Variations
Color information
#039BCD (or 0x039BCD) is known color: Pacific Blue. HEX triplet: 03, 9B and CD. RGB value is (3,155,205). Sum of RGB (Red+Green+Blue) = 3+155+205=363 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #039BCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039BCD is #FC6432. Grayscale: #727272. Windows color (decimal): -16540723 or 13474563. OLE color: 13474563.
HSL color Cylindrical-coordinate representation of color #039BCD: hue angle of 194.85º 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 #039BCD is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 155 | 205 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.20 |
| HSL | 194.85º | 0.97% | 0.41% | - |
| HSV(B) | 194.85º | 0.99% | 0.8% | - |
| XYZ | 22.78 | 27.87 | 61.94 | - |
| YUV | 115.25 | 178.64 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 205 | 0.99 | 0.24 | 0 | 0.20 | 194.85 | 0.97 | 0.41 |
| Hex | 3 | 9B | CD | 63 | 18 | 0 | 14 | C3 | 61 | 29 |
| Octal | 3 | 233 | 315 | 143 | 30 | 0 | 24 | 303 | 141 | 51 |
| Binary | 11 | 10011011 | 11001101 | 1100011 | 11000 | 0 | 10100 | 11000011 | 1100001 | 101001 |
Color Harmonies of #039BCD
Complementary color
Monochromatic Colors of #039BCD
Black with #039BCD
Text Example
Text Example
White with #039BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039BCD; }
p { color: rgb(3,155,205); }
H1.HeaderClassName
{
color: #039BCD;
}
.AnyTagClassName
{
color: #039BCD;
}
</style>
background-color css
<style>
a { background-color: #039BCD; }
a { background-color: rgb(3,155,205); }
div.DivClassName
{
background-color: #039BCD;
}
.BgClassName
{
background-color: #039BCD;
}
</style>
border-color css
<style>
span { border-color: #039BCD; }
span { border-color: rgb(3,155,205); }
td.TdClassName
{
border-color: #039BCD;
}
.TagClassName
{
border-color: #039BCD;
}
</style>