Shades of Deep Sky Blue #0FCFFD
Tints of Deep Sky Blue #0FCFFD
RGB
CMYK
RGB Variations
Color information
#0FCFFD (or 0x0FCFFD) is known color: Deep Sky Blue. HEX triplet: 0F, CF and FD. RGB value is (15,207,253). Sum of RGB (Red+Green+Blue) = 15+207+253=475 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.16% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FCFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCFFD is #F03002. Grayscale: #9A9A9A. Windows color (decimal): -15740931 or 16633615. OLE color: 16633615.
HSL color Cylindrical-coordinate representation of color #0FCFFD: hue angle of 191.6º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FCFFD is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 207 | 253 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.01 |
| HSL | 191.6º | 0.98% | 0.53% | - |
| HSV(B) | 191.6º | 0.94% | 0.99% | - |
| XYZ | 40.24 | 51.82 | 100.81 | - |
| YUV | 154.84 | 183.39 | 28.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 253 | 0.94 | 0.18 | 0 | 0.01 | 191.6 | 0.98 | 0.53 |
| Hex | F | CF | FD | 5E | 12 | 0 | 1 | C0 | 62 | 35 |
| Octal | 17 | 317 | 375 | 136 | 22 | 0 | 1 | 300 | 142 | 65 |
| Binary | 1111 | 11001111 | 11111101 | 1011110 | 10010 | 0 | 1 | 11000000 | 1100010 | 110101 |
Color Harmonies of #0FCFFD
Complementary color
Monochromatic Colors of #0FCFFD
Black with #0FCFFD
Text Example
Text Example
White with #0FCFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFFD; }
p { color: rgb(15,207,253); }
H1.HeaderClassName
{
color: #0FCFFD;
}
.AnyTagClassName
{
color: #0FCFFD;
}
</style>
background-color css
<style>
a { background-color: #0FCFFD; }
a { background-color: rgb(15,207,253); }
div.DivClassName
{
background-color: #0FCFFD;
}
.BgClassName
{
background-color: #0FCFFD;
}
</style>
border-color css
<style>
span { border-color: #0FCFFD; }
span { border-color: rgb(15,207,253); }
td.TdClassName
{
border-color: #0FCFFD;
}
.TagClassName
{
border-color: #0FCFFD;
}
</style>