Shades of Deep Sky Blue #0FCBFA
Tints of Deep Sky Blue #0FCBFA
RGB
CMYK
RGB Variations
Color information
#0FCBFA (or 0x0FCBFA) is known color: Deep Sky Blue. HEX triplet: 0F, CB and FA. RGB value is (15,203,250). Sum of RGB (Red+Green+Blue) = 15+203+250=468 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.21% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #0FCBFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCBFA is #F03405. Grayscale: #979797. Windows color (decimal): -15741958 or 16435983. OLE color: 16435983.
HSL color Cylindrical-coordinate representation of color #0FCBFA: hue angle of 192º 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 #0FCBFA is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 203 | 250 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.02 |
| HSL | 192º | 0.96% | 0.52% | - |
| HSV(B) | 192º | 0.94% | 0.98% | - |
| XYZ | 38.81 | 49.72 | 97.99 | - |
| YUV | 152.15 | 183.22 | 30.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 203 | 250 | 0.94 | 0.19 | 0 | 0.02 | 192 | 0.96 | 0.52 |
| Hex | F | CB | FA | 5E | 13 | 0 | 2 | C0 | 60 | 34 |
| Octal | 17 | 313 | 372 | 136 | 23 | 0 | 2 | 300 | 140 | 64 |
| Binary | 1111 | 11001011 | 11111010 | 1011110 | 10011 | 0 | 10 | 11000000 | 1100000 | 110100 |
Color Harmonies of #0FCBFA
Complementary color
Monochromatic Colors of #0FCBFA
Black with #0FCBFA
Text Example
Text Example
White with #0FCBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCBFA; }
p { color: rgb(15,203,250); }
H1.HeaderClassName
{
color: #0FCBFA;
}
.AnyTagClassName
{
color: #0FCBFA;
}
</style>
background-color css
<style>
a { background-color: #0FCBFA; }
a { background-color: rgb(15,203,250); }
div.DivClassName
{
background-color: #0FCBFA;
}
.BgClassName
{
background-color: #0FCBFA;
}
</style>
border-color css
<style>
span { border-color: #0FCBFA; }
span { border-color: rgb(15,203,250); }
td.TdClassName
{
border-color: #0FCBFA;
}
.TagClassName
{
border-color: #0FCBFA;
}
</style>