Shades of Pacific Blue #0F93DF
Tints of Pacific Blue #0F93DF
RGB
CMYK
RGB Variations
Color information
#0F93DF (or 0x0F93DF) is known color: Pacific Blue. HEX triplet: 0F, 93 and DF. RGB value is (15,147,223). Sum of RGB (Red+Green+Blue) = 15+147+223=385 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.90% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F93DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F93DF is #F06C20. Grayscale: #737373. Windows color (decimal): -15756321 or 14652175. OLE color: 14652175.
HSL color Cylindrical-coordinate representation of color #0F93DF: hue angle of 201.92º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F93DF is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 147 | 223 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.13 |
| HSL | 201.92º | 0.87% | 0.47% | - |
| HSV(B) | 201.92º | 0.93% | 0.87% | - |
| XYZ | 23.95 | 26.3 | 73.63 | - |
| YUV | 116.2 | 188.27 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 147 | 223 | 0.93 | 0.34 | 0 | 0.13 | 201.92 | 0.87 | 0.47 |
| Hex | F | 93 | DF | 5D | 22 | 0 | D | CA | 57 | 2F |
| Octal | 17 | 223 | 337 | 135 | 42 | 0 | 15 | 312 | 127 | 57 |
| Binary | 1111 | 10010011 | 11011111 | 1011101 | 100010 | 0 | 1101 | 11001010 | 1010111 | 101111 |
Color Harmonies of #0F93DF
Complementary color
Monochromatic Colors of #0F93DF
Black with #0F93DF
Text Example
Text Example
White with #0F93DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F93DF; }
p { color: rgb(15,147,223); }
H1.HeaderClassName
{
color: #0F93DF;
}
.AnyTagClassName
{
color: #0F93DF;
}
</style>
background-color css
<style>
a { background-color: #0F93DF; }
a { background-color: rgb(15,147,223); }
div.DivClassName
{
background-color: #0F93DF;
}
.BgClassName
{
background-color: #0F93DF;
}
</style>
border-color css
<style>
span { border-color: #0F93DF; }
span { border-color: rgb(15,147,223); }
td.TdClassName
{
border-color: #0F93DF;
}
.TagClassName
{
border-color: #0F93DF;
}
</style>