Shades of Pacific Blue #008ADB
Tints of Pacific Blue #008ADB
RGB
CMYK
RGB Variations
Color information
#008ADB (or 0x008ADB) is known color: Pacific Blue. HEX triplet: 00, 8A and DB. RGB value is (0,138,219). Sum of RGB (Red+Green+Blue) = 0+138+219=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #008ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008ADB is #FF7524. Grayscale: #696969. Windows color (decimal): -16741669 or 14387712. OLE color: 14387712.
HSL color Cylindrical-coordinate representation of color #008ADB: hue angle of 202.19º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008ADB is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 138 | 219 | - |
| CMYK | 1 | 0.37 | 0 | 0.14 |
| HSL | 202.19º | 1% | 0.43% | - |
| HSV(B) | 202.19º | 1% | 0.86% | - |
| XYZ | 21.87 | 23.29 | 70.36 | - |
| YUV | 105.97 | 191.78 | 52.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 219 | 1 | 0.37 | 0 | 0.14 | 202.19 | 1 | 0.43 |
| Hex | 0 | 8A | DB | 64 | 25 | 0 | E | CA | 64 | 2B |
| Octal | 0 | 212 | 333 | 144 | 45 | 0 | 16 | 312 | 144 | 53 |
| Binary | 0 | 10001010 | 11011011 | 1100100 | 100101 | 0 | 1110 | 11001010 | 1100100 | 101011 |
Color Harmonies of #008ADB
Complementary color
Monochromatic Colors of #008ADB
Black with #008ADB
Text Example
Text Example
White with #008ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008ADB; }
p { color: rgb(0,138,219); }
H1.HeaderClassName
{
color: #008ADB;
}
.AnyTagClassName
{
color: #008ADB;
}
</style>
background-color css
<style>
a { background-color: #008ADB; }
a { background-color: rgb(0,138,219); }
div.DivClassName
{
background-color: #008ADB;
}
.BgClassName
{
background-color: #008ADB;
}
</style>
border-color css
<style>
span { border-color: #008ADB; }
span { border-color: rgb(0,138,219); }
td.TdClassName
{
border-color: #008ADB;
}
.TagClassName
{
border-color: #008ADB;
}
</style>