Shades of Pacific Blue #018BDA
Tints of Pacific Blue #018BDA
RGB
CMYK
RGB Variations
Color information
#018BDA (or 0x018BDA) is known color: Pacific Blue. HEX triplet: 01, 8B and DA. RGB value is (1,139,218). Sum of RGB (Red+Green+Blue) = 1+139+218=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #018BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018BDA is #FE7425. Grayscale: #6A6A6A. Windows color (decimal): -16675878 or 14322433. OLE color: 14322433.
HSL color Cylindrical-coordinate representation of color #018BDA: hue angle of 201.84º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018BDA is Cyan = 1.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 139 | 218 | - |
| CMYK | 1.00 | 0.36 | 0 | 0.15 |
| HSL | 201.84º | 0.99% | 0.43% | - |
| HSV(B) | 201.84º | 1% | 0.85% | - |
| XYZ | 21.9 | 23.53 | 69.72 | - |
| YUV | 106.74 | 190.78 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 218 | 1.00 | 0.36 | 0 | 0.15 | 201.84 | 0.99 | 0.43 |
| Hex | 1 | 8B | DA | 64 | 24 | 0 | F | CA | 63 | 2B |
| Octal | 1 | 213 | 332 | 144 | 44 | 0 | 17 | 312 | 143 | 53 |
| Binary | 1 | 10001011 | 11011010 | 1100100 | 100100 | 0 | 1111 | 11001010 | 1100011 | 101011 |
Color Harmonies of #018BDA
Complementary color
Monochromatic Colors of #018BDA
Black with #018BDA
Text Example
Text Example
White with #018BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018BDA; }
p { color: rgb(1,139,218); }
H1.HeaderClassName
{
color: #018BDA;
}
.AnyTagClassName
{
color: #018BDA;
}
</style>
background-color css
<style>
a { background-color: #018BDA; }
a { background-color: rgb(1,139,218); }
div.DivClassName
{
background-color: #018BDA;
}
.BgClassName
{
background-color: #018BDA;
}
</style>
border-color css
<style>
span { border-color: #018BDA; }
span { border-color: rgb(1,139,218); }
td.TdClassName
{
border-color: #018BDA;
}
.TagClassName
{
border-color: #018BDA;
}
</style>