Shades of Pacific Blue #018ADE
Tints of Pacific Blue #018ADE
RGB
CMYK
RGB Variations
Color information
#018ADE (or 0x018ADE) is known color: Pacific Blue. HEX triplet: 01, 8A and DE. RGB value is (1,138,222). Sum of RGB (Red+Green+Blue) = 1+138+222=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #018ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018ADE is #FE7521. Grayscale: #6A6A6A. Windows color (decimal): -16676130 or 14584321. OLE color: 14584321.
HSL color Cylindrical-coordinate representation of color #018ADE: hue angle of 202.81º 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 #018ADE is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 138 | 222 | - |
| CMYK | 1.00 | 0.38 | 0 | 0.13 |
| HSL | 202.81º | 0.99% | 0.44% | - |
| HSV(B) | 202.81º | 1% | 0.87% | - |
| XYZ | 22.29 | 23.46 | 72.46 | - |
| YUV | 106.61 | 193.11 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 222 | 1.00 | 0.38 | 0 | 0.13 | 202.81 | 0.99 | 0.44 |
| Hex | 1 | 8A | DE | 64 | 26 | 0 | D | CB | 63 | 2C |
| Octal | 1 | 212 | 336 | 144 | 46 | 0 | 15 | 313 | 143 | 54 |
| Binary | 1 | 10001010 | 11011110 | 1100100 | 100110 | 0 | 1101 | 11001011 | 1100011 | 101100 |
Color Harmonies of #018ADE
Complementary color
Monochromatic Colors of #018ADE
Black with #018ADE
Text Example
Text Example
White with #018ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018ADE; }
p { color: rgb(1,138,222); }
H1.HeaderClassName
{
color: #018ADE;
}
.AnyTagClassName
{
color: #018ADE;
}
</style>
background-color css
<style>
a { background-color: #018ADE; }
a { background-color: rgb(1,138,222); }
div.DivClassName
{
background-color: #018ADE;
}
.BgClassName
{
background-color: #018ADE;
}
</style>
border-color css
<style>
span { border-color: #018ADE; }
span { border-color: rgb(1,138,222); }
td.TdClassName
{
border-color: #018ADE;
}
.TagClassName
{
border-color: #018ADE;
}
</style>