Shades of Pacific Blue #018BDE
Tints of Pacific Blue #018BDE
RGB
CMYK
RGB Variations
Color information
#018BDE (or 0x018BDE) is known color: Pacific Blue. HEX triplet: 01, 8B and DE. RGB value is (1,139,222). Sum of RGB (Red+Green+Blue) = 1+139+222=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #018BDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018BDE is #FE7421. Grayscale: #6A6A6A. Windows color (decimal): -16675874 or 14584577. OLE color: 14584577.
HSL color Cylindrical-coordinate representation of color #018BDE: hue angle of 202.53º 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 #018BDE is Cyan = 1.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 139 | 222 | - |
| CMYK | 1.00 | 0.37 | 0 | 0.13 |
| HSL | 202.53º | 0.99% | 0.44% | - |
| HSV(B) | 202.53º | 1% | 0.87% | - |
| XYZ | 22.43 | 23.75 | 72.51 | - |
| YUV | 107.2 | 192.78 | 52.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 222 | 1.00 | 0.37 | 0 | 0.13 | 202.53 | 0.99 | 0.44 |
| Hex | 1 | 8B | DE | 64 | 25 | 0 | D | CB | 63 | 2C |
| Octal | 1 | 213 | 336 | 144 | 45 | 0 | 15 | 313 | 143 | 54 |
| Binary | 1 | 10001011 | 11011110 | 1100100 | 100101 | 0 | 1101 | 11001011 | 1100011 | 101100 |
Color Harmonies of #018BDE
Complementary color
Monochromatic Colors of #018BDE
Black with #018BDE
Text Example
Text Example
White with #018BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018BDE; }
p { color: rgb(1,139,222); }
H1.HeaderClassName
{
color: #018BDE;
}
.AnyTagClassName
{
color: #018BDE;
}
</style>
background-color css
<style>
a { background-color: #018BDE; }
a { background-color: rgb(1,139,222); }
div.DivClassName
{
background-color: #018BDE;
}
.BgClassName
{
background-color: #018BDE;
}
</style>
border-color css
<style>
span { border-color: #018BDE; }
span { border-color: rgb(1,139,222); }
td.TdClassName
{
border-color: #018BDE;
}
.TagClassName
{
border-color: #018BDE;
}
</style>