Shades of Pacific Blue #039CDA
Tints of Pacific Blue #039CDA
RGB
CMYK
RGB Variations
Color information
#039CDA (or 0x039CDA) is known color: Pacific Blue. HEX triplet: 03, 9C and DA. RGB value is (3,156,218). Sum of RGB (Red+Green+Blue) = 3+156+218=377 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #039CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039CDA is #FC6325. Grayscale: #747474. Windows color (decimal): -16540454 or 14326787. OLE color: 14326787.
HSL color Cylindrical-coordinate representation of color #039CDA: hue angle of 197.3º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039CDA is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 156 | 218 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.15 |
| HSL | 197.3º | 0.97% | 0.43% | - |
| HSV(B) | 197.3º | 0.99% | 0.85% | - |
| XYZ | 24.58 | 28.86 | 70.6 | - |
| YUV | 117.32 | 184.81 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 218 | 0.99 | 0.28 | 0 | 0.15 | 197.3 | 0.97 | 0.43 |
| Hex | 3 | 9C | DA | 63 | 1C | 0 | F | C5 | 61 | 2B |
| Octal | 3 | 234 | 332 | 143 | 34 | 0 | 17 | 305 | 141 | 53 |
| Binary | 11 | 10011100 | 11011010 | 1100011 | 11100 | 0 | 1111 | 11000101 | 1100001 | 101011 |
Color Harmonies of #039CDA
Complementary color
Monochromatic Colors of #039CDA
Black with #039CDA
Text Example
Text Example
White with #039CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039CDA; }
p { color: rgb(3,156,218); }
H1.HeaderClassName
{
color: #039CDA;
}
.AnyTagClassName
{
color: #039CDA;
}
</style>
background-color css
<style>
a { background-color: #039CDA; }
a { background-color: rgb(3,156,218); }
div.DivClassName
{
background-color: #039CDA;
}
.BgClassName
{
background-color: #039CDA;
}
</style>
border-color css
<style>
span { border-color: #039CDA; }
span { border-color: rgb(3,156,218); }
td.TdClassName
{
border-color: #039CDA;
}
.TagClassName
{
border-color: #039CDA;
}
</style>