Shades of Pacific Blue #0FA0CD
Tints of Pacific Blue #0FA0CD
RGB
CMYK
RGB Variations
Color information
#0FA0CD (or 0x0FA0CD) is known color: Pacific Blue. HEX triplet: 0F, A0 and CD. RGB value is (15,160,205). Sum of RGB (Red+Green+Blue) = 15+160+205=380 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.95% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #0FA0CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA0CD is #F05F32. Grayscale: #797979. Windows color (decimal): -15753011 or 13475855. OLE color: 13475855.
HSL color Cylindrical-coordinate representation of color #0FA0CD: hue angle of 194.21º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FA0CD is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 160 | 205 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.20 |
| HSL | 194.21º | 0.86% | 0.43% | - |
| HSV(B) | 194.21º | 0.93% | 0.8% | - |
| XYZ | 23.79 | 29.65 | 62.23 | - |
| YUV | 121.78 | 174.96 | 51.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 160 | 205 | 0.93 | 0.22 | 0 | 0.20 | 194.21 | 0.86 | 0.43 |
| Hex | F | A0 | CD | 5D | 16 | 0 | 14 | C2 | 56 | 2B |
| Octal | 17 | 240 | 315 | 135 | 26 | 0 | 24 | 302 | 126 | 53 |
| Binary | 1111 | 10100000 | 11001101 | 1011101 | 10110 | 0 | 10100 | 11000010 | 1010110 | 101011 |
Color Harmonies of #0FA0CD
Complementary color
Monochromatic Colors of #0FA0CD
Black with #0FA0CD
Text Example
Text Example
White with #0FA0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA0CD; }
p { color: rgb(15,160,205); }
H1.HeaderClassName
{
color: #0FA0CD;
}
.AnyTagClassName
{
color: #0FA0CD;
}
</style>
background-color css
<style>
a { background-color: #0FA0CD; }
a { background-color: rgb(15,160,205); }
div.DivClassName
{
background-color: #0FA0CD;
}
.BgClassName
{
background-color: #0FA0CD;
}
</style>
border-color css
<style>
span { border-color: #0FA0CD; }
span { border-color: rgb(15,160,205); }
td.TdClassName
{
border-color: #0FA0CD;
}
.TagClassName
{
border-color: #0FA0CD;
}
</style>