Shades of Deep Sky Blue #0FCDFA
Tints of Deep Sky Blue #0FCDFA
RGB
CMYK
RGB Variations
Color information
#0FCDFA (or 0x0FCDFA) is known color: Deep Sky Blue. HEX triplet: 0F, CD and FA. RGB value is (15,205,250). Sum of RGB (Red+Green+Blue) = 15+205+250=470 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.19% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #0FCDFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCDFA is #F03205. Grayscale: #989898. Windows color (decimal): -15741446 or 16436495. OLE color: 16436495.
HSL color Cylindrical-coordinate representation of color #0FCDFA: hue angle of 191.49º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FCDFA is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 205 | 250 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.02 |
| HSL | 191.49º | 0.96% | 0.52% | - |
| HSV(B) | 191.49º | 0.94% | 0.98% | - |
| XYZ | 39.28 | 50.67 | 98.15 | - |
| YUV | 153.32 | 182.55 | 29.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 250 | 0.94 | 0.18 | 0 | 0.02 | 191.49 | 0.96 | 0.52 |
| Hex | F | CD | FA | 5E | 12 | 0 | 2 | BF | 60 | 34 |
| Octal | 17 | 315 | 372 | 136 | 22 | 0 | 2 | 277 | 140 | 64 |
| Binary | 1111 | 11001101 | 11111010 | 1011110 | 10010 | 0 | 10 | 10111111 | 1100000 | 110100 |
Color Harmonies of #0FCDFA
Complementary color
Monochromatic Colors of #0FCDFA
Black with #0FCDFA
Text Example
Text Example
White with #0FCDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCDFA; }
p { color: rgb(15,205,250); }
H1.HeaderClassName
{
color: #0FCDFA;
}
.AnyTagClassName
{
color: #0FCDFA;
}
</style>
background-color css
<style>
a { background-color: #0FCDFA; }
a { background-color: rgb(15,205,250); }
div.DivClassName
{
background-color: #0FCDFA;
}
.BgClassName
{
background-color: #0FCDFA;
}
</style>
border-color css
<style>
span { border-color: #0FCDFA; }
span { border-color: rgb(15,205,250); }
td.TdClassName
{
border-color: #0FCDFA;
}
.TagClassName
{
border-color: #0FCDFA;
}
</style>