Shades of Pacific Blue #018ADB
Tints of Pacific Blue #018ADB
RGB
CMYK
RGB Variations
Color information
#018ADB (or 0x018ADB) is known color: Pacific Blue. HEX triplet: 01, 8A and DB. RGB value is (1,138,219). Sum of RGB (Red+Green+Blue) = 1+138+219=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #018ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018ADB is #FE7524. Grayscale: #696969. Windows color (decimal): -16676133 or 14387713. OLE color: 14387713.
HSL color Cylindrical-coordinate representation of color #018ADB: hue angle of 202.29º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018ADB is Cyan = 1.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 138 | 219 | - |
| CMYK | 1.00 | 0.37 | 0 | 0.14 |
| HSL | 202.29º | 0.99% | 0.43% | - |
| HSV(B) | 202.29º | 1% | 0.86% | - |
| XYZ | 21.89 | 23.3 | 70.36 | - |
| YUV | 106.27 | 191.61 | 52.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 219 | 1.00 | 0.37 | 0 | 0.14 | 202.29 | 0.99 | 0.43 |
| Hex | 1 | 8A | DB | 64 | 25 | 0 | E | CA | 63 | 2B |
| Octal | 1 | 212 | 333 | 144 | 45 | 0 | 16 | 312 | 143 | 53 |
| Binary | 1 | 10001010 | 11011011 | 1100100 | 100101 | 0 | 1110 | 11001010 | 1100011 | 101011 |
Color Harmonies of #018ADB
Complementary color
Monochromatic Colors of #018ADB
Black with #018ADB
Text Example
Text Example
White with #018ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018ADB; }
p { color: rgb(1,138,219); }
H1.HeaderClassName
{
color: #018ADB;
}
.AnyTagClassName
{
color: #018ADB;
}
</style>
background-color css
<style>
a { background-color: #018ADB; }
a { background-color: rgb(1,138,219); }
div.DivClassName
{
background-color: #018ADB;
}
.BgClassName
{
background-color: #018ADB;
}
</style>
border-color css
<style>
span { border-color: #018ADB; }
span { border-color: rgb(1,138,219); }
td.TdClassName
{
border-color: #018ADB;
}
.TagClassName
{
border-color: #018ADB;
}
</style>