Shades of Pacific Blue #018FDD
Tints of Pacific Blue #018FDD
RGB
CMYK
RGB Variations
Color information
#018FDD (or 0x018FDD) is known color: Pacific Blue. HEX triplet: 01, 8F and DD. RGB value is (1,143,221). Sum of RGB (Red+Green+Blue) = 1+143+221=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #018FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018FDD is #FE7022. Grayscale: #6C6C6C. Windows color (decimal): -16674851 or 14520065. OLE color: 14520065.
HSL color Cylindrical-coordinate representation of color #018FDD: hue angle of 201.27º 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 #018FDD is Cyan = 1.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 143 | 221 | - |
| CMYK | 1.00 | 0.35 | 0 | 0.13 |
| HSL | 201.27º | 0.99% | 0.44% | - |
| HSV(B) | 201.27º | 1% | 0.87% | - |
| XYZ | 22.89 | 24.87 | 72 | - |
| YUV | 109.43 | 190.96 | 50.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 221 | 1.00 | 0.35 | 0 | 0.13 | 201.27 | 0.99 | 0.44 |
| Hex | 1 | 8F | DD | 64 | 23 | 0 | D | C9 | 63 | 2C |
| Octal | 1 | 217 | 335 | 144 | 43 | 0 | 15 | 311 | 143 | 54 |
| Binary | 1 | 10001111 | 11011101 | 1100100 | 100011 | 0 | 1101 | 11001001 | 1100011 | 101100 |
Color Harmonies of #018FDD
Complementary color
Monochromatic Colors of #018FDD
Black with #018FDD
Text Example
Text Example
White with #018FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018FDD; }
p { color: rgb(1,143,221); }
H1.HeaderClassName
{
color: #018FDD;
}
.AnyTagClassName
{
color: #018FDD;
}
</style>
background-color css
<style>
a { background-color: #018FDD; }
a { background-color: rgb(1,143,221); }
div.DivClassName
{
background-color: #018FDD;
}
.BgClassName
{
background-color: #018FDD;
}
</style>
border-color css
<style>
span { border-color: #018FDD; }
span { border-color: rgb(1,143,221); }
td.TdClassName
{
border-color: #018FDD;
}
.TagClassName
{
border-color: #018FDD;
}
</style>