Shades of Pacific Blue #019AC9
Tints of Pacific Blue #019AC9
RGB
CMYK
RGB Variations
Color information
#019AC9 (or 0x019AC9) is known color: Pacific Blue. HEX triplet: 01, 9A and C9. RGB value is (1,154,201). Sum of RGB (Red+Green+Blue) = 1+154+201=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 201 (78.91% from 255 or 56.46% from 356); Max value from RGB is 201 - color contains mainly: blue. Hex color #019AC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019AC9 is #FE6536. Grayscale: #717171. Windows color (decimal): -16672055 or 13212161. OLE color: 13212161.
HSL color Cylindrical-coordinate representation of color #019AC9: hue angle of 194.1º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019AC9 is Cyan = 1.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 154 | 201 | - |
| CMYK | 1.00 | 0.23 | 0 | 0.21 |
| HSL | 194.1º | 0.99% | 0.4% | - |
| HSV(B) | 194.1º | 1% | 0.79% | - |
| XYZ | 22.11 | 27.33 | 59.37 | - |
| YUV | 113.61 | 177.31 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 201 | 1.00 | 0.23 | 0 | 0.21 | 194.1 | 0.99 | 0.4 |
| Hex | 1 | 9A | C9 | 64 | 17 | 0 | 15 | C2 | 63 | 28 |
| Octal | 1 | 232 | 311 | 144 | 27 | 0 | 25 | 302 | 143 | 50 |
| Binary | 1 | 10011010 | 11001001 | 1100100 | 10111 | 0 | 10101 | 11000010 | 1100011 | 101000 |
Color Harmonies of #019AC9
Complementary color
Monochromatic Colors of #019AC9
Black with #019AC9
Text Example
Text Example
White with #019AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019AC9; }
p { color: rgb(1,154,201); }
H1.HeaderClassName
{
color: #019AC9;
}
.AnyTagClassName
{
color: #019AC9;
}
</style>
background-color css
<style>
a { background-color: #019AC9; }
a { background-color: rgb(1,154,201); }
div.DivClassName
{
background-color: #019AC9;
}
.BgClassName
{
background-color: #019AC9;
}
</style>
border-color css
<style>
span { border-color: #019AC9; }
span { border-color: rgb(1,154,201); }
td.TdClassName
{
border-color: #019AC9;
}
.TagClassName
{
border-color: #019AC9;
}
</style>