Shades of Deep Sky Blue #0FCCFD
Tints of Deep Sky Blue #0FCCFD
RGB
CMYK
RGB Variations
Color information
#0FCCFD (or 0x0FCCFD) is known color: Deep Sky Blue. HEX triplet: 0F, CC and FD. RGB value is (15,204,253). Sum of RGB (Red+Green+Blue) = 15+204+253=472 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FCCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCCFD is #F03302. Grayscale: #989898. Windows color (decimal): -15741699 or 16632847. OLE color: 16632847.
HSL color Cylindrical-coordinate representation of color #0FCCFD: hue angle of 192.35º 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 #0FCCFD is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 204 | 253 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.01 |
| HSL | 192.35º | 0.98% | 0.53% | - |
| HSV(B) | 192.35º | 0.94% | 0.99% | - |
| XYZ | 39.52 | 50.38 | 100.57 | - |
| YUV | 153.08 | 184.38 | 29.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 204 | 253 | 0.94 | 0.19 | 0 | 0.01 | 192.35 | 0.98 | 0.53 |
| Hex | F | CC | FD | 5E | 13 | 0 | 1 | C0 | 62 | 35 |
| Octal | 17 | 314 | 375 | 136 | 23 | 0 | 1 | 300 | 142 | 65 |
| Binary | 1111 | 11001100 | 11111101 | 1011110 | 10011 | 0 | 1 | 11000000 | 1100010 | 110101 |
Color Harmonies of #0FCCFD
Complementary color
Monochromatic Colors of #0FCCFD
Black with #0FCCFD
Text Example
Text Example
White with #0FCCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCCFD; }
p { color: rgb(15,204,253); }
H1.HeaderClassName
{
color: #0FCCFD;
}
.AnyTagClassName
{
color: #0FCCFD;
}
</style>
background-color css
<style>
a { background-color: #0FCCFD; }
a { background-color: rgb(15,204,253); }
div.DivClassName
{
background-color: #0FCCFD;
}
.BgClassName
{
background-color: #0FCCFD;
}
</style>
border-color css
<style>
span { border-color: #0FCCFD; }
span { border-color: rgb(15,204,253); }
td.TdClassName
{
border-color: #0FCCFD;
}
.TagClassName
{
border-color: #0FCCFD;
}
</style>