Shades of Pacific Blue #018ADC
Tints of Pacific Blue #018ADC
RGB
CMYK
RGB Variations
Color information
#018ADC (or 0x018ADC) is known color: Pacific Blue. HEX triplet: 01, 8A and DC. RGB value is (1,138,220). Sum of RGB (Red+Green+Blue) = 1+138+220=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #018ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018ADC is #FE7523. Grayscale: #696969. Windows color (decimal): -16676132 or 14453249. OLE color: 14453249.
HSL color Cylindrical-coordinate representation of color #018ADC: hue angle of 202.47º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018ADC is Cyan = 1.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 138 | 220 | - |
| CMYK | 1.00 | 0.37 | 0 | 0.14 |
| HSL | 202.47º | 0.99% | 0.43% | - |
| HSV(B) | 202.47º | 1% | 0.86% | - |
| XYZ | 22.02 | 23.35 | 71.06 | - |
| YUV | 106.39 | 192.11 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 220 | 1.00 | 0.37 | 0 | 0.14 | 202.47 | 0.99 | 0.43 |
| Hex | 1 | 8A | DC | 64 | 25 | 0 | E | CA | 63 | 2B |
| Octal | 1 | 212 | 334 | 144 | 45 | 0 | 16 | 312 | 143 | 53 |
| Binary | 1 | 10001010 | 11011100 | 1100100 | 100101 | 0 | 1110 | 11001010 | 1100011 | 101011 |
Color Harmonies of #018ADC
Complementary color
Monochromatic Colors of #018ADC
Black with #018ADC
Text Example
Text Example
White with #018ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018ADC; }
p { color: rgb(1,138,220); }
H1.HeaderClassName
{
color: #018ADC;
}
.AnyTagClassName
{
color: #018ADC;
}
</style>
background-color css
<style>
a { background-color: #018ADC; }
a { background-color: rgb(1,138,220); }
div.DivClassName
{
background-color: #018ADC;
}
.BgClassName
{
background-color: #018ADC;
}
</style>
border-color css
<style>
span { border-color: #018ADC; }
span { border-color: rgb(1,138,220); }
td.TdClassName
{
border-color: #018ADC;
}
.TagClassName
{
border-color: #018ADC;
}
</style>