Shades of Pacific Blue #018ACD
Tints of Pacific Blue #018ACD
RGB
CMYK
RGB Variations
Color information
#018ACD (or 0x018ACD) is known color: Pacific Blue. HEX triplet: 01, 8A and CD. RGB value is (1,138,205). Sum of RGB (Red+Green+Blue) = 1+138+205=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #018ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018ACD is #FE7532. Grayscale: #686868. Windows color (decimal): -16676147 or 13470209. OLE color: 13470209.
HSL color Cylindrical-coordinate representation of color #018ACD: hue angle of 199.71º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018ACD is Cyan = 1.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 138 | 205 | - |
| CMYK | 1.00 | 0.33 | 0 | 0.20 |
| HSL | 199.71º | 0.99% | 0.4% | - |
| HSV(B) | 199.71º | 1% | 0.8% | - |
| XYZ | 20.12 | 22.59 | 61.06 | - |
| YUV | 104.68 | 184.61 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 205 | 1.00 | 0.33 | 0 | 0.20 | 199.71 | 0.99 | 0.4 |
| Hex | 1 | 8A | CD | 64 | 21 | 0 | 14 | C8 | 63 | 28 |
| Octal | 1 | 212 | 315 | 144 | 41 | 0 | 24 | 310 | 143 | 50 |
| Binary | 1 | 10001010 | 11001101 | 1100100 | 100001 | 0 | 10100 | 11001000 | 1100011 | 101000 |
Color Harmonies of #018ACD
Complementary color
Monochromatic Colors of #018ACD
Black with #018ACD
Text Example
Text Example
White with #018ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018ACD; }
p { color: rgb(1,138,205); }
H1.HeaderClassName
{
color: #018ACD;
}
.AnyTagClassName
{
color: #018ACD;
}
</style>
background-color css
<style>
a { background-color: #018ACD; }
a { background-color: rgb(1,138,205); }
div.DivClassName
{
background-color: #018ACD;
}
.BgClassName
{
background-color: #018ACD;
}
</style>
border-color css
<style>
span { border-color: #018ACD; }
span { border-color: rgb(1,138,205); }
td.TdClassName
{
border-color: #018ACD;
}
.TagClassName
{
border-color: #018ACD;
}
</style>