Shades of Pacific Blue #0F99CA
Tints of Pacific Blue #0F99CA
RGB
CMYK
RGB Variations
Color information
#0F99CA (or 0x0F99CA) is known color: Pacific Blue. HEX triplet: 0F, 99 and CA. RGB value is (15,153,202). Sum of RGB (Red+Green+Blue) = 15+153+202=370 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.05% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #0F99CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F99CA is #F06635. Grayscale: #747474. Windows color (decimal): -15754806 or 13277455. OLE color: 13277455.
HSL color Cylindrical-coordinate representation of color #0F99CA: hue angle of 195.72º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F99CA is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 153 | 202 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.21 |
| HSL | 195.72º | 0.86% | 0.43% | - |
| HSV(B) | 195.72º | 0.93% | 0.79% | - |
| XYZ | 22.25 | 27.15 | 59.94 | - |
| YUV | 117.32 | 175.78 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 202 | 0.93 | 0.24 | 0 | 0.21 | 195.72 | 0.86 | 0.43 |
| Hex | F | 99 | CA | 5D | 18 | 0 | 15 | C4 | 56 | 2B |
| Octal | 17 | 231 | 312 | 135 | 30 | 0 | 25 | 304 | 126 | 53 |
| Binary | 1111 | 10011001 | 11001010 | 1011101 | 11000 | 0 | 10101 | 11000100 | 1010110 | 101011 |
Color Harmonies of #0F99CA
Complementary color
Monochromatic Colors of #0F99CA
Black with #0F99CA
Text Example
Text Example
White with #0F99CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F99CA; }
p { color: rgb(15,153,202); }
H1.HeaderClassName
{
color: #0F99CA;
}
.AnyTagClassName
{
color: #0F99CA;
}
</style>
background-color css
<style>
a { background-color: #0F99CA; }
a { background-color: rgb(15,153,202); }
div.DivClassName
{
background-color: #0F99CA;
}
.BgClassName
{
background-color: #0F99CA;
}
</style>
border-color css
<style>
span { border-color: #0F99CA; }
span { border-color: rgb(15,153,202); }
td.TdClassName
{
border-color: #0F99CA;
}
.TagClassName
{
border-color: #0F99CA;
}
</style>