Shades of Pacific Blue #018AD6
Tints of Pacific Blue #018AD6
RGB
CMYK
RGB Variations
Color information
#018AD6 (or 0x018AD6) is known color: Pacific Blue. HEX triplet: 01, 8A and D6. RGB value is (1,138,214). Sum of RGB (Red+Green+Blue) = 1+138+214=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 214 (83.98% from 255 or 60.62% from 353); Max value from RGB is 214 - color contains mainly: blue. Hex color #018AD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018AD6 is #FE7529. Grayscale: #696969. Windows color (decimal): -16676138 or 14060033. OLE color: 14060033.
HSL color Cylindrical-coordinate representation of color #018AD6: hue angle of 201.41º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018AD6 is Cyan = 1.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 138 | 214 | - |
| CMYK | 1.00 | 0.36 | 0 | 0.16 |
| HSL | 201.41º | 0.99% | 0.42% | - |
| HSV(B) | 201.41º | 1% | 0.84% | - |
| XYZ | 21.24 | 23.04 | 66.95 | - |
| YUV | 105.7 | 189.11 | 53.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 214 | 1.00 | 0.36 | 0 | 0.16 | 201.41 | 0.99 | 0.42 |
| Hex | 1 | 8A | D6 | 64 | 24 | 0 | 10 | C9 | 63 | 2A |
| Octal | 1 | 212 | 326 | 144 | 44 | 0 | 20 | 311 | 143 | 52 |
| Binary | 1 | 10001010 | 11010110 | 1100100 | 100100 | 0 | 10000 | 11001001 | 1100011 | 101010 |
Color Harmonies of #018AD6
Complementary color
Monochromatic Colors of #018AD6
Black with #018AD6
Text Example
Text Example
White with #018AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018AD6; }
p { color: rgb(1,138,214); }
H1.HeaderClassName
{
color: #018AD6;
}
.AnyTagClassName
{
color: #018AD6;
}
</style>
background-color css
<style>
a { background-color: #018AD6; }
a { background-color: rgb(1,138,214); }
div.DivClassName
{
background-color: #018AD6;
}
.BgClassName
{
background-color: #018AD6;
}
</style>
border-color css
<style>
span { border-color: #018AD6; }
span { border-color: rgb(1,138,214); }
td.TdClassName
{
border-color: #018AD6;
}
.TagClassName
{
border-color: #018AD6;
}
</style>