Shades of Pacific Blue #008AD2
Tints of Pacific Blue #008AD2
RGB
CMYK
RGB Variations
Color information
#008AD2 (or 0x008AD2) is known color: Pacific Blue. HEX triplet: 00, 8A and D2. RGB value is (0,138,210). Sum of RGB (Red+Green+Blue) = 0+138+210=348 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 210 (82.42% from 255 or 60.34% from 348); Max value from RGB is 210 - color contains mainly: blue. Hex color #008AD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008AD2 is #FF752D. Grayscale: #686868. Windows color (decimal): -16741678 or 13797888. OLE color: 13797888.
HSL color Cylindrical-coordinate representation of color #008AD2: hue angle of 200.57º 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 #008AD2 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 138 | 210 | - |
| CMYK | 1 | 0.34 | 0 | 0.18 |
| HSL | 200.57º | 1% | 0.41% | - |
| HSV(B) | 200.57º | 1% | 0.82% | - |
| XYZ | 20.72 | 22.83 | 64.29 | - |
| YUV | 104.95 | 187.28 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 210 | 1 | 0.34 | 0 | 0.18 | 200.57 | 1 | 0.41 |
| Hex | 0 | 8A | D2 | 64 | 22 | 0 | 12 | C9 | 64 | 29 |
| Octal | 0 | 212 | 322 | 144 | 42 | 0 | 22 | 311 | 144 | 51 |
| Binary | 0 | 10001010 | 11010010 | 1100100 | 100010 | 0 | 10010 | 11001001 | 1100100 | 101001 |
Color Harmonies of #008AD2
Complementary color
Monochromatic Colors of #008AD2
Black with #008AD2
Text Example
Text Example
White with #008AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008AD2; }
p { color: rgb(0,138,210); }
H1.HeaderClassName
{
color: #008AD2;
}
.AnyTagClassName
{
color: #008AD2;
}
</style>
background-color css
<style>
a { background-color: #008AD2; }
a { background-color: rgb(0,138,210); }
div.DivClassName
{
background-color: #008AD2;
}
.BgClassName
{
background-color: #008AD2;
}
</style>
border-color css
<style>
span { border-color: #008AD2; }
span { border-color: rgb(0,138,210); }
td.TdClassName
{
border-color: #008AD2;
}
.TagClassName
{
border-color: #008AD2;
}
</style>