Shades of Deep Sky Blue #0FCDFF
Tints of Deep Sky Blue #0FCDFF
RGB
CMYK
RGB Variations
Color information
#0FCDFF (or 0x0FCDFF) is known color: Deep Sky Blue. HEX triplet: 0F, CD and FF. RGB value is (15,205,255). Sum of RGB (Red+Green+Blue) = 15+205+255=475 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.16% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FCDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCDFF is #F03200. Grayscale: #999999. Windows color (decimal): -15741441 or 16764175. OLE color: 16764175.
HSL color Cylindrical-coordinate representation of color #0FCDFF: hue angle of 192.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FCDFF is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 205 | 255 | - |
| CMYK | 0.94 | 0.20 | 0 | 0 |
| HSL | 192.5º | 1% | 0.53% | - |
| HSV(B) | 192.5º | 0.94% | 1% | - |
| XYZ | 40.08 | 50.98 | 102.34 | - |
| YUV | 153.89 | 185.05 | 28.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 255 | 0.94 | 0.20 | 0 | 0 | 192.5 | 1 | 0.53 |
| Hex | F | CD | FF | 5E | 14 | 0 | 0 | C0 | 64 | 35 |
| Octal | 17 | 315 | 377 | 136 | 24 | 0 | 0 | 300 | 144 | 65 |
| Binary | 1111 | 11001101 | 11111111 | 1011110 | 10100 | 0 | 0 | 11000000 | 1100100 | 110101 |
Color Harmonies of #0FCDFF
Complementary color
Monochromatic Colors of #0FCDFF
Black with #0FCDFF
Text Example
Text Example
White with #0FCDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCDFF; }
p { color: rgb(15,205,255); }
H1.HeaderClassName
{
color: #0FCDFF;
}
.AnyTagClassName
{
color: #0FCDFF;
}
</style>
background-color css
<style>
a { background-color: #0FCDFF; }
a { background-color: rgb(15,205,255); }
div.DivClassName
{
background-color: #0FCDFF;
}
.BgClassName
{
background-color: #0FCDFF;
}
</style>
border-color css
<style>
span { border-color: #0FCDFF; }
span { border-color: rgb(15,205,255); }
td.TdClassName
{
border-color: #0FCDFF;
}
.TagClassName
{
border-color: #0FCDFF;
}
</style>