Shades of Deep Sky Blue #0FCDFB
Tints of Deep Sky Blue #0FCDFB
RGB
CMYK
RGB Variations
Color information
#0FCDFB (or 0x0FCDFB) is known color: Deep Sky Blue. HEX triplet: 0F, CD and FB. RGB value is (15,205,251). Sum of RGB (Red+Green+Blue) = 15+205+251=471 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #0FCDFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCDFB is #F03204. Grayscale: #999999. Windows color (decimal): -15741445 or 16502031. OLE color: 16502031.
HSL color Cylindrical-coordinate representation of color #0FCDFB: hue angle of 191.69º degrees, saturation: 0.97, 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 #0FCDFB is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 205 | 251 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.02 |
| HSL | 191.69º | 0.97% | 0.52% | - |
| HSV(B) | 191.69º | 0.94% | 0.98% | - |
| XYZ | 39.44 | 50.73 | 98.98 | - |
| YUV | 153.43 | 183.05 | 29.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 251 | 0.94 | 0.18 | 0 | 0.02 | 191.69 | 0.97 | 0.52 |
| Hex | F | CD | FB | 5E | 12 | 0 | 2 | C0 | 61 | 34 |
| Octal | 17 | 315 | 373 | 136 | 22 | 0 | 2 | 300 | 141 | 64 |
| Binary | 1111 | 11001101 | 11111011 | 1011110 | 10010 | 0 | 10 | 11000000 | 1100001 | 110100 |
Color Harmonies of #0FCDFB
Complementary color
Monochromatic Colors of #0FCDFB
Black with #0FCDFB
Text Example
Text Example
White with #0FCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCDFB; }
p { color: rgb(15,205,251); }
H1.HeaderClassName
{
color: #0FCDFB;
}
.AnyTagClassName
{
color: #0FCDFB;
}
</style>
background-color css
<style>
a { background-color: #0FCDFB; }
a { background-color: rgb(15,205,251); }
div.DivClassName
{
background-color: #0FCDFB;
}
.BgClassName
{
background-color: #0FCDFB;
}
</style>
border-color css
<style>
span { border-color: #0FCDFB; }
span { border-color: rgb(15,205,251); }
td.TdClassName
{
border-color: #0FCDFB;
}
.TagClassName
{
border-color: #0FCDFB;
}
</style>