Shades of Pacific Blue #018DD2
Tints of Pacific Blue #018DD2
RGB
CMYK
RGB Variations
Color information
#018DD2 (or 0x018DD2) is known color: Pacific Blue. HEX triplet: 01, 8D and D2. RGB value is (1,141,210). Sum of RGB (Red+Green+Blue) = 1+141+210=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 210 (82.42% from 255 or 59.66% from 352); Max value from RGB is 210 - color contains mainly: blue. Hex color #018DD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DD2 is #FE722D. Grayscale: #6A6A6A. Windows color (decimal): -16675374 or 13798657. OLE color: 13798657.
HSL color Cylindrical-coordinate representation of color #018DD2: hue angle of 199.81º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018DD2 is Cyan = 1.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 141 | 210 | - |
| CMYK | 1.00 | 0.33 | 0 | 0.18 |
| HSL | 199.81º | 0.99% | 0.41% | - |
| HSV(B) | 199.81º | 1% | 0.82% | - |
| XYZ | 21.17 | 23.71 | 64.43 | - |
| YUV | 107.01 | 186.12 | 52.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 210 | 1.00 | 0.33 | 0 | 0.18 | 199.81 | 0.99 | 0.41 |
| Hex | 1 | 8D | D2 | 64 | 21 | 0 | 12 | C8 | 63 | 29 |
| Octal | 1 | 215 | 322 | 144 | 41 | 0 | 22 | 310 | 143 | 51 |
| Binary | 1 | 10001101 | 11010010 | 1100100 | 100001 | 0 | 10010 | 11001000 | 1100011 | 101001 |
Color Harmonies of #018DD2
Complementary color
Monochromatic Colors of #018DD2
Black with #018DD2
Text Example
Text Example
White with #018DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018DD2; }
p { color: rgb(1,141,210); }
H1.HeaderClassName
{
color: #018DD2;
}
.AnyTagClassName
{
color: #018DD2;
}
</style>
background-color css
<style>
a { background-color: #018DD2; }
a { background-color: rgb(1,141,210); }
div.DivClassName
{
background-color: #018DD2;
}
.BgClassName
{
background-color: #018DD2;
}
</style>
border-color css
<style>
span { border-color: #018DD2; }
span { border-color: rgb(1,141,210); }
td.TdClassName
{
border-color: #018DD2;
}
.TagClassName
{
border-color: #018DD2;
}
</style>