Shades of Pacific Blue #008ADD
Tints of Pacific Blue #008ADD
RGB
CMYK
RGB Variations
Color information
#008ADD (or 0x008ADD) is known color: Pacific Blue. HEX triplet: 00, 8A and DD. RGB value is (0,138,221). Sum of RGB (Red+Green+Blue) = 0+138+221=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #008ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008ADD is #FF7522. Grayscale: #696969. Windows color (decimal): -16741667 or 14518784. OLE color: 14518784.
HSL color Cylindrical-coordinate representation of color #008ADD: hue angle of 202.53º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008ADD is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 138 | 221 | - |
| CMYK | 1 | 0.38 | 0 | 0.13 |
| HSL | 202.53º | 1% | 0.43% | - |
| HSV(B) | 202.53º | 1% | 0.87% | - |
| XYZ | 22.14 | 23.4 | 71.76 | - |
| YUV | 106.2 | 192.78 | 52.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 221 | 1 | 0.38 | 0 | 0.13 | 202.53 | 1 | 0.43 |
| Hex | 0 | 8A | DD | 64 | 26 | 0 | D | CB | 64 | 2B |
| Octal | 0 | 212 | 335 | 144 | 46 | 0 | 15 | 313 | 144 | 53 |
| Binary | 0 | 10001010 | 11011101 | 1100100 | 100110 | 0 | 1101 | 11001011 | 1100100 | 101011 |
Color Harmonies of #008ADD
Complementary color
Monochromatic Colors of #008ADD
Black with #008ADD
Text Example
Text Example
White with #008ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008ADD; }
p { color: rgb(0,138,221); }
H1.HeaderClassName
{
color: #008ADD;
}
.AnyTagClassName
{
color: #008ADD;
}
</style>
background-color css
<style>
a { background-color: #008ADD; }
a { background-color: rgb(0,138,221); }
div.DivClassName
{
background-color: #008ADD;
}
.BgClassName
{
background-color: #008ADD;
}
</style>
border-color css
<style>
span { border-color: #008ADD; }
span { border-color: rgb(0,138,221); }
td.TdClassName
{
border-color: #008ADD;
}
.TagClassName
{
border-color: #008ADD;
}
</style>