Shades of Pacific Blue #008AD1
Tints of Pacific Blue #008AD1
RGB
CMYK
RGB Variations
Color information
#008AD1 (or 0x008AD1) is known color: Pacific Blue. HEX triplet: 00, 8A and D1. RGB value is (0,138,209). Sum of RGB (Red+Green+Blue) = 0+138+209=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 209 (82.03% from 255 or 60.23% from 347); Max value from RGB is 209 - color contains mainly: blue. Hex color #008AD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008AD1 is #FF752E. Grayscale: #686868. Windows color (decimal): -16741679 or 13732352. OLE color: 13732352.
HSL color Cylindrical-coordinate representation of color #008AD1: hue angle of 200.38º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008AD1 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 138 | 209 | - |
| CMYK | 1 | 0.34 | 0 | 0.18 |
| HSL | 200.38º | 1% | 0.41% | - |
| HSV(B) | 200.38º | 1% | 0.82% | - |
| XYZ | 20.6 | 22.78 | 63.63 | - |
| YUV | 104.83 | 186.78 | 53.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 209 | 1 | 0.34 | 0 | 0.18 | 200.38 | 1 | 0.41 |
| Hex | 0 | 8A | D1 | 64 | 22 | 0 | 12 | C8 | 64 | 29 |
| Octal | 0 | 212 | 321 | 144 | 42 | 0 | 22 | 310 | 144 | 51 |
| Binary | 0 | 10001010 | 11010001 | 1100100 | 100010 | 0 | 10010 | 11001000 | 1100100 | 101001 |
Color Harmonies of #008AD1
Complementary color
Monochromatic Colors of #008AD1
Black with #008AD1
Text Example
Text Example
White with #008AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008AD1; }
p { color: rgb(0,138,209); }
H1.HeaderClassName
{
color: #008AD1;
}
.AnyTagClassName
{
color: #008AD1;
}
</style>
background-color css
<style>
a { background-color: #008AD1; }
a { background-color: rgb(0,138,209); }
div.DivClassName
{
background-color: #008AD1;
}
.BgClassName
{
background-color: #008AD1;
}
</style>
border-color css
<style>
span { border-color: #008AD1; }
span { border-color: rgb(0,138,209); }
td.TdClassName
{
border-color: #008AD1;
}
.TagClassName
{
border-color: #008AD1;
}
</style>