Shades of Pacific Blue #00A8CE
Tints of Pacific Blue #00A8CE
RGB
CMYK
RGB Variations
Color information
#00A8CE (or 0x00A8CE) is known color: Pacific Blue. HEX triplet: 00, A8 and CE. RGB value is (0,168,206). Sum of RGB (Red+Green+Blue) = 0+168+206=374 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #00A8CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A8CE is #FF5731. Grayscale: #797979. Windows color (decimal): -16734002 or 13543424. OLE color: 13543424.
HSL color Cylindrical-coordinate representation of color #00A8CE: hue angle of 191.07º 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 #00A8CE is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 168 | 206 | - |
| CMYK | 1 | 0.18 | 0 | 0.19 |
| HSL | 191.07º | 1% | 0.4% | - |
| HSV(B) | 191.07º | 1% | 0.81% | - |
| XYZ | 25.14 | 32.46 | 63.33 | - |
| YUV | 122.1 | 175.34 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 168 | 206 | 1 | 0.18 | 0 | 0.19 | 191.07 | 1 | 0.4 |
| Hex | 0 | A8 | CE | 64 | 12 | 0 | 13 | BF | 64 | 28 |
| Octal | 0 | 250 | 316 | 144 | 22 | 0 | 23 | 277 | 144 | 50 |
| Binary | 0 | 10101000 | 11001110 | 1100100 | 10010 | 0 | 10011 | 10111111 | 1100100 | 101000 |
Color Harmonies of #00A8CE
Complementary color
Monochromatic Colors of #00A8CE
Black with #00A8CE
Text Example
Text Example
White with #00A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A8CE; }
p { color: rgb(0,168,206); }
H1.HeaderClassName
{
color: #00A8CE;
}
.AnyTagClassName
{
color: #00A8CE;
}
</style>
background-color css
<style>
a { background-color: #00A8CE; }
a { background-color: rgb(0,168,206); }
div.DivClassName
{
background-color: #00A8CE;
}
.BgClassName
{
background-color: #00A8CE;
}
</style>
border-color css
<style>
span { border-color: #00A8CE; }
span { border-color: rgb(0,168,206); }
td.TdClassName
{
border-color: #00A8CE;
}
.TagClassName
{
border-color: #00A8CE;
}
</style>