Shades of Deep Sky Blue #0FC5F7
Tints of Deep Sky Blue #0FC5F7
RGB
CMYK
RGB Variations
Color information
#0FC5F7 (or 0x0FC5F7) is known color: Deep Sky Blue. HEX triplet: 0F, C5 and F7. RGB value is (15,197,247). Sum of RGB (Red+Green+Blue) = 15+197+247=459 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.27% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 247 (96.88% from 255 or 53.81% from 459); Max value from RGB is 247 - color contains mainly: blue. Hex color #0FC5F7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FC5F7 is #F03A08. Grayscale: #939393. Windows color (decimal): -15743497 or 16237839. OLE color: 16237839.
HSL color Cylindrical-coordinate representation of color #0FC5F7: hue angle of 192.93º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FC5F7 is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 197 | 247 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.03 |
| HSL | 192.93º | 0.94% | 0.51% | - |
| HSV(B) | 192.93º | 0.94% | 0.97% | - |
| XYZ | 36.95 | 46.75 | 95.07 | - |
| YUV | 148.28 | 183.7 | 32.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 197 | 247 | 0.94 | 0.20 | 0 | 0.03 | 192.93 | 0.94 | 0.51 |
| Hex | F | C5 | F7 | 5E | 14 | 0 | 3 | C1 | 5E | 33 |
| Octal | 17 | 305 | 367 | 136 | 24 | 0 | 3 | 301 | 136 | 63 |
| Binary | 1111 | 11000101 | 11110111 | 1011110 | 10100 | 0 | 11 | 11000001 | 1011110 | 110011 |
Color Harmonies of #0FC5F7
Complementary color
Monochromatic Colors of #0FC5F7
Black with #0FC5F7
Text Example
Text Example
White with #0FC5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC5F7; }
p { color: rgb(15,197,247); }
H1.HeaderClassName
{
color: #0FC5F7;
}
.AnyTagClassName
{
color: #0FC5F7;
}
</style>
background-color css
<style>
a { background-color: #0FC5F7; }
a { background-color: rgb(15,197,247); }
div.DivClassName
{
background-color: #0FC5F7;
}
.BgClassName
{
background-color: #0FC5F7;
}
</style>
border-color css
<style>
span { border-color: #0FC5F7; }
span { border-color: rgb(15,197,247); }
td.TdClassName
{
border-color: #0FC5F7;
}
.TagClassName
{
border-color: #0FC5F7;
}
</style>