Shades of Pacific Blue #019ACF
Tints of Pacific Blue #019ACF
RGB
CMYK
RGB Variations
Color information
#019ACF (or 0x019ACF) is known color: Pacific Blue. HEX triplet: 01, 9A and CF. RGB value is (1,154,207). Sum of RGB (Red+Green+Blue) = 1+154+207=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #019ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019ACF is #FE6530. Grayscale: #717171. Windows color (decimal): -16672049 or 13605377. OLE color: 13605377.
HSL color Cylindrical-coordinate representation of color #019ACF: hue angle of 195.44º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019ACF is Cyan = 1.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 154 | 207 | - |
| CMYK | 1.00 | 0.26 | 0 | 0.19 |
| HSL | 195.44º | 0.99% | 0.41% | - |
| HSV(B) | 195.44º | 1% | 0.81% | - |
| XYZ | 22.83 | 27.62 | 63.16 | - |
| YUV | 114.3 | 180.31 | 47.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 207 | 1.00 | 0.26 | 0 | 0.19 | 195.44 | 0.99 | 0.41 |
| Hex | 1 | 9A | CF | 64 | 1A | 0 | 13 | C3 | 63 | 29 |
| Octal | 1 | 232 | 317 | 144 | 32 | 0 | 23 | 303 | 143 | 51 |
| Binary | 1 | 10011010 | 11001111 | 1100100 | 11010 | 0 | 10011 | 11000011 | 1100011 | 101001 |
Color Harmonies of #019ACF
Complementary color
Monochromatic Colors of #019ACF
Black with #019ACF
Text Example
Text Example
White with #019ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019ACF; }
p { color: rgb(1,154,207); }
H1.HeaderClassName
{
color: #019ACF;
}
.AnyTagClassName
{
color: #019ACF;
}
</style>
background-color css
<style>
a { background-color: #019ACF; }
a { background-color: rgb(1,154,207); }
div.DivClassName
{
background-color: #019ACF;
}
.BgClassName
{
background-color: #019ACF;
}
</style>
border-color css
<style>
span { border-color: #019ACF; }
span { border-color: rgb(1,154,207); }
td.TdClassName
{
border-color: #019ACF;
}
.TagClassName
{
border-color: #019ACF;
}
</style>