Shades of Pacific Blue #039CCE
Tints of Pacific Blue #039CCE
RGB
CMYK
RGB Variations
Color information
#039CCE (or 0x039CCE) is known color: Pacific Blue. HEX triplet: 03, 9C and CE. RGB value is (3,156,206). Sum of RGB (Red+Green+Blue) = 3+156+206=365 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #039CCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039CCE is #FC6331. Grayscale: #737373. Windows color (decimal): -16540466 or 13540355. OLE color: 13540355.
HSL color Cylindrical-coordinate representation of color #039CCE: hue angle of 194.78º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039CCE is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 156 | 206 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.19 |
| HSL | 194.78º | 0.97% | 0.41% | - |
| HSV(B) | 194.78º | 0.99% | 0.81% | - |
| XYZ | 23.07 | 28.25 | 62.63 | - |
| YUV | 115.95 | 178.81 | 47.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 206 | 0.99 | 0.24 | 0 | 0.19 | 194.78 | 0.97 | 0.41 |
| Hex | 3 | 9C | CE | 63 | 18 | 0 | 13 | C3 | 61 | 29 |
| Octal | 3 | 234 | 316 | 143 | 30 | 0 | 23 | 303 | 141 | 51 |
| Binary | 11 | 10011100 | 11001110 | 1100011 | 11000 | 0 | 10011 | 11000011 | 1100001 | 101001 |
Color Harmonies of #039CCE
Complementary color
Monochromatic Colors of #039CCE
Black with #039CCE
Text Example
Text Example
White with #039CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039CCE; }
p { color: rgb(3,156,206); }
H1.HeaderClassName
{
color: #039CCE;
}
.AnyTagClassName
{
color: #039CCE;
}
</style>
background-color css
<style>
a { background-color: #039CCE; }
a { background-color: rgb(3,156,206); }
div.DivClassName
{
background-color: #039CCE;
}
.BgClassName
{
background-color: #039CCE;
}
</style>
border-color css
<style>
span { border-color: #039CCE; }
span { border-color: rgb(3,156,206); }
td.TdClassName
{
border-color: #039CCE;
}
.TagClassName
{
border-color: #039CCE;
}
</style>