Shades of Pacific Blue #018AC5
Tints of Pacific Blue #018AC5
RGB
CMYK
RGB Variations
Color information
#018AC5 (or 0x018AC5) is known color: Pacific Blue. HEX triplet: 01, 8A and C5. RGB value is (1,138,197). Sum of RGB (Red+Green+Blue) = 1+138+197=336 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 197 (77.34% from 255 or 58.63% from 336); Max value from RGB is 197 - color contains mainly: blue. Hex color #018AC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018AC5 is #FE753A. Grayscale: #676767. Windows color (decimal): -16676155 or 12945921. OLE color: 12945921.
HSL color Cylindrical-coordinate representation of color #018AC5: hue angle of 198.06º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018AC5 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 138 | 197 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.23 |
| HSL | 198.06º | 0.99% | 0.39% | - |
| HSV(B) | 198.06º | 0.99% | 0.77% | - |
| XYZ | 19.18 | 22.21 | 56.1 | - |
| YUV | 103.76 | 180.61 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 197 | 0.99 | 0.30 | 0 | 0.23 | 198.06 | 0.99 | 0.39 |
| Hex | 1 | 8A | C5 | 63 | 1E | 0 | 17 | C6 | 63 | 27 |
| Octal | 1 | 212 | 305 | 143 | 36 | 0 | 27 | 306 | 143 | 47 |
| Binary | 1 | 10001010 | 11000101 | 1100011 | 11110 | 0 | 10111 | 11000110 | 1100011 | 100111 |
Color Harmonies of #018AC5
Complementary color
Monochromatic Colors of #018AC5
Black with #018AC5
Text Example
Text Example
White with #018AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018AC5; }
p { color: rgb(1,138,197); }
H1.HeaderClassName
{
color: #018AC5;
}
.AnyTagClassName
{
color: #018AC5;
}
</style>
background-color css
<style>
a { background-color: #018AC5; }
a { background-color: rgb(1,138,197); }
div.DivClassName
{
background-color: #018AC5;
}
.BgClassName
{
background-color: #018AC5;
}
</style>
border-color css
<style>
span { border-color: #018AC5; }
span { border-color: rgb(1,138,197); }
td.TdClassName
{
border-color: #018AC5;
}
.TagClassName
{
border-color: #018AC5;
}
</style>