Shades of Pacific Blue #019FDD
Tints of Pacific Blue #019FDD
RGB
CMYK
RGB Variations
Color information
#019FDD (or 0x019FDD) is known color: Pacific Blue. HEX triplet: 01, 9F and DD. RGB value is (1,159,221). Sum of RGB (Red+Green+Blue) = 1+159+221=381 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #019FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019FDD is #FE6022. Grayscale: #767676. Windows color (decimal): -16670755 or 14524161. OLE color: 14524161.
HSL color Cylindrical-coordinate representation of color #019FDD: hue angle of 196.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019FDD is Cyan = 1.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 159 | 221 | - |
| CMYK | 1.00 | 0.28 | 0 | 0.13 |
| HSL | 196.91º | 0.99% | 0.44% | - |
| HSV(B) | 196.91º | 1% | 0.87% | - |
| XYZ | 25.46 | 30.02 | 72.86 | - |
| YUV | 118.83 | 185.65 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 159 | 221 | 1.00 | 0.28 | 0 | 0.13 | 196.91 | 0.99 | 0.44 |
| Hex | 1 | 9F | DD | 64 | 1C | 0 | D | C5 | 63 | 2C |
| Octal | 1 | 237 | 335 | 144 | 34 | 0 | 15 | 305 | 143 | 54 |
| Binary | 1 | 10011111 | 11011101 | 1100100 | 11100 | 0 | 1101 | 11000101 | 1100011 | 101100 |
Color Harmonies of #019FDD
Complementary color
Monochromatic Colors of #019FDD
Black with #019FDD
Text Example
Text Example
White with #019FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019FDD; }
p { color: rgb(1,159,221); }
H1.HeaderClassName
{
color: #019FDD;
}
.AnyTagClassName
{
color: #019FDD;
}
</style>
background-color css
<style>
a { background-color: #019FDD; }
a { background-color: rgb(1,159,221); }
div.DivClassName
{
background-color: #019FDD;
}
.BgClassName
{
background-color: #019FDD;
}
</style>
border-color css
<style>
span { border-color: #019FDD; }
span { border-color: rgb(1,159,221); }
td.TdClassName
{
border-color: #019FDD;
}
.TagClassName
{
border-color: #019FDD;
}
</style>