Shades of Pacific Blue #019ADE
Tints of Pacific Blue #019ADE
RGB
CMYK
RGB Variations
Color information
#019ADE (or 0x019ADE) is known color: Pacific Blue. HEX triplet: 01, 9A and DE. RGB value is (1,154,222). Sum of RGB (Red+Green+Blue) = 1+154+222=377 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #019ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019ADE is #FE6521. Grayscale: #737373. Windows color (decimal): -16672034 or 14588417. OLE color: 14588417.
HSL color Cylindrical-coordinate representation of color #019ADE: hue angle of 198.46º 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 #019ADE is Cyan = 1.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 154 | 222 | - |
| CMYK | 1.00 | 0.31 | 0 | 0.13 |
| HSL | 198.46º | 0.99% | 0.44% | - |
| HSV(B) | 198.46º | 1% | 0.87% | - |
| XYZ | 24.75 | 28.39 | 73.28 | - |
| YUV | 116.01 | 187.81 | 45.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 222 | 1.00 | 0.31 | 0 | 0.13 | 198.46 | 0.99 | 0.44 |
| Hex | 1 | 9A | DE | 64 | 1F | 0 | D | C6 | 63 | 2C |
| Octal | 1 | 232 | 336 | 144 | 37 | 0 | 15 | 306 | 143 | 54 |
| Binary | 1 | 10011010 | 11011110 | 1100100 | 11111 | 0 | 1101 | 11000110 | 1100011 | 101100 |
Color Harmonies of #019ADE
Complementary color
Monochromatic Colors of #019ADE
Black with #019ADE
Text Example
Text Example
White with #019ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019ADE; }
p { color: rgb(1,154,222); }
H1.HeaderClassName
{
color: #019ADE;
}
.AnyTagClassName
{
color: #019ADE;
}
</style>
background-color css
<style>
a { background-color: #019ADE; }
a { background-color: rgb(1,154,222); }
div.DivClassName
{
background-color: #019ADE;
}
.BgClassName
{
background-color: #019ADE;
}
</style>
border-color css
<style>
span { border-color: #019ADE; }
span { border-color: rgb(1,154,222); }
td.TdClassName
{
border-color: #019ADE;
}
.TagClassName
{
border-color: #019ADE;
}
</style>