Shades of Pacific Blue #018ADD
Tints of Pacific Blue #018ADD
RGB
CMYK
RGB Variations
Color information
#018ADD (or 0x018ADD) is known color: Pacific Blue. HEX triplet: 01, 8A and DD. RGB value is (1,138,221). Sum of RGB (Red+Green+Blue) = 1+138+221=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #018ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018ADD is #FE7522. Grayscale: #6A6A6A. Windows color (decimal): -16676131 or 14518785. OLE color: 14518785.
HSL color Cylindrical-coordinate representation of color #018ADD: hue angle of 202.64º 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 #018ADD is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 138 | 221 | - |
| CMYK | 1.00 | 0.38 | 0 | 0.13 |
| HSL | 202.64º | 0.99% | 0.44% | - |
| HSV(B) | 202.64º | 1% | 0.87% | - |
| XYZ | 22.15 | 23.4 | 71.76 | - |
| YUV | 106.5 | 192.61 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 221 | 1.00 | 0.38 | 0 | 0.13 | 202.64 | 0.99 | 0.44 |
| Hex | 1 | 8A | DD | 64 | 26 | 0 | D | CB | 63 | 2C |
| Octal | 1 | 212 | 335 | 144 | 46 | 0 | 15 | 313 | 143 | 54 |
| Binary | 1 | 10001010 | 11011101 | 1100100 | 100110 | 0 | 1101 | 11001011 | 1100011 | 101100 |
Color Harmonies of #018ADD
Complementary color
Monochromatic Colors of #018ADD
Black with #018ADD
Text Example
Text Example
White with #018ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018ADD; }
p { color: rgb(1,138,221); }
H1.HeaderClassName
{
color: #018ADD;
}
.AnyTagClassName
{
color: #018ADD;
}
</style>
background-color css
<style>
a { background-color: #018ADD; }
a { background-color: rgb(1,138,221); }
div.DivClassName
{
background-color: #018ADD;
}
.BgClassName
{
background-color: #018ADD;
}
</style>
border-color css
<style>
span { border-color: #018ADD; }
span { border-color: rgb(1,138,221); }
td.TdClassName
{
border-color: #018ADD;
}
.TagClassName
{
border-color: #018ADD;
}
</style>