Shades of Pacific Blue #00A8CF
Tints of Pacific Blue #00A8CF
RGB
CMYK
RGB Variations
Color information
#00A8CF (or 0x00A8CF) is known color: Pacific Blue. HEX triplet: 00, A8 and CF. RGB value is (0,168,207). Sum of RGB (Red+Green+Blue) = 0+168+207=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #00A8CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A8CF is #FF5730. Grayscale: #797979. Windows color (decimal): -16734001 or 13608960. OLE color: 13608960.
HSL color Cylindrical-coordinate representation of color #00A8CF: hue angle of 191.3º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A8CF is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 168 | 207 | - |
| CMYK | 1 | 0.19 | 0 | 0.19 |
| HSL | 191.3º | 1% | 0.41% | - |
| HSV(B) | 191.3º | 1% | 0.81% | - |
| XYZ | 25.27 | 32.51 | 63.97 | - |
| YUV | 122.21 | 175.84 | 40.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 168 | 207 | 1 | 0.19 | 0 | 0.19 | 191.3 | 1 | 0.41 |
| Hex | 0 | A8 | CF | 64 | 13 | 0 | 13 | BF | 64 | 29 |
| Octal | 0 | 250 | 317 | 144 | 23 | 0 | 23 | 277 | 144 | 51 |
| Binary | 0 | 10101000 | 11001111 | 1100100 | 10011 | 0 | 10011 | 10111111 | 1100100 | 101001 |
Color Harmonies of #00A8CF
Complementary color
Monochromatic Colors of #00A8CF
Black with #00A8CF
Text Example
Text Example
White with #00A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A8CF; }
p { color: rgb(0,168,207); }
H1.HeaderClassName
{
color: #00A8CF;
}
.AnyTagClassName
{
color: #00A8CF;
}
</style>
background-color css
<style>
a { background-color: #00A8CF; }
a { background-color: rgb(0,168,207); }
div.DivClassName
{
background-color: #00A8CF;
}
.BgClassName
{
background-color: #00A8CF;
}
</style>
border-color css
<style>
span { border-color: #00A8CF; }
span { border-color: rgb(0,168,207); }
td.TdClassName
{
border-color: #00A8CF;
}
.TagClassName
{
border-color: #00A8CF;
}
</style>