Shades of Pacific Blue #008ACE
Tints of Pacific Blue #008ACE
RGB
CMYK
RGB Variations
Color information
#008ACE (or 0x008ACE) is known color: Pacific Blue. HEX triplet: 00, 8A and CE. RGB value is (0,138,206). Sum of RGB (Red+Green+Blue) = 0+138+206=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #008ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008ACE is #FF7531. Grayscale: #686868. Windows color (decimal): -16741682 or 13535744. OLE color: 13535744.
HSL color Cylindrical-coordinate representation of color #008ACE: hue angle of 199.81º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008ACE is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 138 | 206 | - |
| CMYK | 1 | 0.33 | 0 | 0.19 |
| HSL | 199.81º | 1% | 0.4% | - |
| HSV(B) | 199.81º | 1% | 0.81% | - |
| XYZ | 20.23 | 22.63 | 61.69 | - |
| YUV | 104.49 | 185.28 | 53.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 206 | 1 | 0.33 | 0 | 0.19 | 199.81 | 1 | 0.4 |
| Hex | 0 | 8A | CE | 64 | 21 | 0 | 13 | C8 | 64 | 28 |
| Octal | 0 | 212 | 316 | 144 | 41 | 0 | 23 | 310 | 144 | 50 |
| Binary | 0 | 10001010 | 11001110 | 1100100 | 100001 | 0 | 10011 | 11001000 | 1100100 | 101000 |
Color Harmonies of #008ACE
Complementary color
Monochromatic Colors of #008ACE
Black with #008ACE
Text Example
Text Example
White with #008ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008ACE; }
p { color: rgb(0,138,206); }
H1.HeaderClassName
{
color: #008ACE;
}
.AnyTagClassName
{
color: #008ACE;
}
</style>
background-color css
<style>
a { background-color: #008ACE; }
a { background-color: rgb(0,138,206); }
div.DivClassName
{
background-color: #008ACE;
}
.BgClassName
{
background-color: #008ACE;
}
</style>
border-color css
<style>
span { border-color: #008ACE; }
span { border-color: rgb(0,138,206); }
td.TdClassName
{
border-color: #008ACE;
}
.TagClassName
{
border-color: #008ACE;
}
</style>