Shades of Pacific Blue #039CCF
Tints of Pacific Blue #039CCF
RGB
CMYK
RGB Variations
Color information
#039CCF (or 0x039CCF) is known color: Pacific Blue. HEX triplet: 03, 9C and CF. RGB value is (3,156,207). Sum of RGB (Red+Green+Blue) = 3+156+207=366 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #039CCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039CCF is #FC6330. Grayscale: #737373. Windows color (decimal): -16540465 or 13605891. OLE color: 13605891.
HSL color Cylindrical-coordinate representation of color #039CCF: hue angle of 195º 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 #039CCF is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 156 | 207 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.19 |
| HSL | 195º | 0.97% | 0.41% | - |
| HSV(B) | 195º | 0.99% | 0.81% | - |
| XYZ | 23.19 | 28.3 | 63.27 | - |
| YUV | 116.07 | 179.31 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 207 | 0.99 | 0.25 | 0 | 0.19 | 195 | 0.97 | 0.41 |
| Hex | 3 | 9C | CF | 63 | 19 | 0 | 13 | C3 | 61 | 29 |
| Octal | 3 | 234 | 317 | 143 | 31 | 0 | 23 | 303 | 141 | 51 |
| Binary | 11 | 10011100 | 11001111 | 1100011 | 11001 | 0 | 10011 | 11000011 | 1100001 | 101001 |
Color Harmonies of #039CCF
Complementary color
Monochromatic Colors of #039CCF
Black with #039CCF
Text Example
Text Example
White with #039CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039CCF; }
p { color: rgb(3,156,207); }
H1.HeaderClassName
{
color: #039CCF;
}
.AnyTagClassName
{
color: #039CCF;
}
</style>
background-color css
<style>
a { background-color: #039CCF; }
a { background-color: rgb(3,156,207); }
div.DivClassName
{
background-color: #039CCF;
}
.BgClassName
{
background-color: #039CCF;
}
</style>
border-color css
<style>
span { border-color: #039CCF; }
span { border-color: rgb(3,156,207); }
td.TdClassName
{
border-color: #039CCF;
}
.TagClassName
{
border-color: #039CCF;
}
</style>