Shades of Pacific Blue #0AA7CF
Tints of Pacific Blue #0AA7CF
RGB
CMYK
RGB Variations
Color information
#0AA7CF (or 0x0AA7CF) is known color: Pacific Blue. HEX triplet: 0A, A7 and CF. RGB value is (10,167,207). Sum of RGB (Red+Green+Blue) = 10+167+207=384 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 384); Green value is 167 (65.62% from 255 or 43.49% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #0AA7CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA7CF is #F55830. Grayscale: #7C7C7C. Windows color (decimal): -16078897 or 13608714. OLE color: 13608714.
HSL color Cylindrical-coordinate representation of color #0AA7CF: hue angle of 192.18º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AA7CF is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 167 | 207 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.19 |
| HSL | 192.18º | 0.91% | 0.43% | - |
| HSV(B) | 192.18º | 0.95% | 0.81% | - |
| XYZ | 25.21 | 32.21 | 63.92 | - |
| YUV | 124.62 | 174.49 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 167 | 207 | 0.95 | 0.19 | 0 | 0.19 | 192.18 | 0.91 | 0.43 |
| Hex | A | A7 | CF | 5F | 13 | 0 | 13 | C0 | 5B | 2B |
| Octal | 12 | 247 | 317 | 137 | 23 | 0 | 23 | 300 | 133 | 53 |
| Binary | 1010 | 10100111 | 11001111 | 1011111 | 10011 | 0 | 10011 | 11000000 | 1011011 | 101011 |
Color Harmonies of #0AA7CF
Complementary color
Monochromatic Colors of #0AA7CF
Black with #0AA7CF
Text Example
Text Example
White with #0AA7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA7CF; }
p { color: rgb(10,167,207); }
H1.HeaderClassName
{
color: #0AA7CF;
}
.AnyTagClassName
{
color: #0AA7CF;
}
</style>
background-color css
<style>
a { background-color: #0AA7CF; }
a { background-color: rgb(10,167,207); }
div.DivClassName
{
background-color: #0AA7CF;
}
.BgClassName
{
background-color: #0AA7CF;
}
</style>
border-color css
<style>
span { border-color: #0AA7CF; }
span { border-color: rgb(10,167,207); }
td.TdClassName
{
border-color: #0AA7CF;
}
.TagClassName
{
border-color: #0AA7CF;
}
</style>