Shades of Pacific Blue #008BDA
Tints of Pacific Blue #008BDA
RGB
CMYK
RGB Variations
Color information
#008BDA (or 0x008BDA) is known color: Pacific Blue. HEX triplet: 00, 8B and DA. RGB value is (0,139,218). Sum of RGB (Red+Green+Blue) = 0+139+218=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 218 (85.55% from 255 or 61.06% from 357); Max value from RGB is 218 - color contains mainly: blue. Hex color #008BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008BDA is #FF7425. Grayscale: #696969. Windows color (decimal): -16741414 or 14322432. OLE color: 14322432.
HSL color Cylindrical-coordinate representation of color #008BDA: hue angle of 201.74º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008BDA is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 139 | 218 | - |
| CMYK | 1 | 0.36 | 0 | 0.15 |
| HSL | 201.74º | 1% | 0.43% | - |
| HSV(B) | 201.74º | 1% | 0.85% | - |
| XYZ | 21.89 | 23.53 | 69.72 | - |
| YUV | 106.45 | 190.95 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 218 | 1 | 0.36 | 0 | 0.15 | 201.74 | 1 | 0.43 |
| Hex | 0 | 8B | DA | 64 | 24 | 0 | F | CA | 64 | 2B |
| Octal | 0 | 213 | 332 | 144 | 44 | 0 | 17 | 312 | 144 | 53 |
| Binary | 0 | 10001011 | 11011010 | 1100100 | 100100 | 0 | 1111 | 11001010 | 1100100 | 101011 |
Color Harmonies of #008BDA
Complementary color
Monochromatic Colors of #008BDA
Black with #008BDA
Text Example
Text Example
White with #008BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008BDA; }
p { color: rgb(0,139,218); }
H1.HeaderClassName
{
color: #008BDA;
}
.AnyTagClassName
{
color: #008BDA;
}
</style>
background-color css
<style>
a { background-color: #008BDA; }
a { background-color: rgb(0,139,218); }
div.DivClassName
{
background-color: #008BDA;
}
.BgClassName
{
background-color: #008BDA;
}
</style>
border-color css
<style>
span { border-color: #008BDA; }
span { border-color: rgb(0,139,218); }
td.TdClassName
{
border-color: #008BDA;
}
.TagClassName
{
border-color: #008BDA;
}
</style>