Shades of Pacific Blue #018DD9
Tints of Pacific Blue #018DD9
RGB
CMYK
RGB Variations
Color information
#018DD9 (or 0x018DD9) is known color: Pacific Blue. HEX triplet: 01, 8D and D9. RGB value is (1,141,217). Sum of RGB (Red+Green+Blue) = 1+141+217=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 217 (85.16% from 255 or 60.45% from 359); Max value from RGB is 217 - color contains mainly: blue. Hex color #018DD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DD9 is #FE7226. Grayscale: #6B6B6B. Windows color (decimal): -16675367 or 14257409. OLE color: 14257409.
HSL color Cylindrical-coordinate representation of color #018DD9: hue angle of 201.11º 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 #018DD9 is Cyan = 1.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 141 | 217 | - |
| CMYK | 1.00 | 0.35 | 0 | 0.15 |
| HSL | 201.11º | 0.99% | 0.43% | - |
| HSV(B) | 201.11º | 1% | 0.85% | - |
| XYZ | 22.06 | 24.07 | 69.13 | - |
| YUV | 107.8 | 189.62 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 217 | 1.00 | 0.35 | 0 | 0.15 | 201.11 | 0.99 | 0.43 |
| Hex | 1 | 8D | D9 | 64 | 23 | 0 | F | C9 | 63 | 2B |
| Octal | 1 | 215 | 331 | 144 | 43 | 0 | 17 | 311 | 143 | 53 |
| Binary | 1 | 10001101 | 11011001 | 1100100 | 100011 | 0 | 1111 | 11001001 | 1100011 | 101011 |
Color Harmonies of #018DD9
Complementary color
Monochromatic Colors of #018DD9
Black with #018DD9
Text Example
Text Example
White with #018DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018DD9; }
p { color: rgb(1,141,217); }
H1.HeaderClassName
{
color: #018DD9;
}
.AnyTagClassName
{
color: #018DD9;
}
</style>
background-color css
<style>
a { background-color: #018DD9; }
a { background-color: rgb(1,141,217); }
div.DivClassName
{
background-color: #018DD9;
}
.BgClassName
{
background-color: #018DD9;
}
</style>
border-color css
<style>
span { border-color: #018DD9; }
span { border-color: rgb(1,141,217); }
td.TdClassName
{
border-color: #018DD9;
}
.TagClassName
{
border-color: #018DD9;
}
</style>