Shades of Pacific Blue #008AD3
Tints of Pacific Blue #008AD3
RGB
CMYK
RGB Variations
Color information
#008AD3 (or 0x008AD3) is known color: Pacific Blue. HEX triplet: 00, 8A and D3. RGB value is (0,138,211). Sum of RGB (Red+Green+Blue) = 0+138+211=349 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 211 (82.81% from 255 or 60.46% from 349); Max value from RGB is 211 - color contains mainly: blue. Hex color #008AD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008AD3 is #FF752C. Grayscale: #686868. Windows color (decimal): -16741677 or 13863424. OLE color: 13863424.
HSL color Cylindrical-coordinate representation of color #008AD3: hue angle of 200.76º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008AD3 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 138 | 211 | - |
| CMYK | 1 | 0.35 | 0 | 0.17 |
| HSL | 200.76º | 1% | 0.41% | - |
| HSV(B) | 200.76º | 1% | 0.83% | - |
| XYZ | 20.85 | 22.88 | 64.95 | - |
| YUV | 105.06 | 187.78 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 211 | 1 | 0.35 | 0 | 0.17 | 200.76 | 1 | 0.41 |
| Hex | 0 | 8A | D3 | 64 | 23 | 0 | 11 | C9 | 64 | 29 |
| Octal | 0 | 212 | 323 | 144 | 43 | 0 | 21 | 311 | 144 | 51 |
| Binary | 0 | 10001010 | 11010011 | 1100100 | 100011 | 0 | 10001 | 11001001 | 1100100 | 101001 |
Color Harmonies of #008AD3
Complementary color
Monochromatic Colors of #008AD3
Black with #008AD3
Text Example
Text Example
White with #008AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008AD3; }
p { color: rgb(0,138,211); }
H1.HeaderClassName
{
color: #008AD3;
}
.AnyTagClassName
{
color: #008AD3;
}
</style>
background-color css
<style>
a { background-color: #008AD3; }
a { background-color: rgb(0,138,211); }
div.DivClassName
{
background-color: #008AD3;
}
.BgClassName
{
background-color: #008AD3;
}
</style>
border-color css
<style>
span { border-color: #008AD3; }
span { border-color: rgb(0,138,211); }
td.TdClassName
{
border-color: #008AD3;
}
.TagClassName
{
border-color: #008AD3;
}
</style>