Shades of Deep Sky Blue #0FCBFD
Tints of Deep Sky Blue #0FCBFD
RGB
CMYK
RGB Variations
Color information
#0FCBFD (or 0x0FCBFD) is known color: Deep Sky Blue. HEX triplet: 0F, CB and FD. RGB value is (15,203,253). Sum of RGB (Red+Green+Blue) = 15+203+253=471 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FCBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCBFD is #F03402. Grayscale: #989898. Windows color (decimal): -15741955 or 16632591. OLE color: 16632591.
HSL color Cylindrical-coordinate representation of color #0FCBFD: hue angle of 192.61º 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 #0FCBFD is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 203 | 253 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.01 |
| HSL | 192.61º | 0.98% | 0.53% | - |
| HSV(B) | 192.61º | 0.94% | 0.99% | - |
| XYZ | 39.28 | 49.91 | 100.49 | - |
| YUV | 152.49 | 184.72 | 29.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 203 | 253 | 0.94 | 0.20 | 0 | 0.01 | 192.61 | 0.98 | 0.53 |
| Hex | F | CB | FD | 5E | 14 | 0 | 1 | C1 | 62 | 35 |
| Octal | 17 | 313 | 375 | 136 | 24 | 0 | 1 | 301 | 142 | 65 |
| Binary | 1111 | 11001011 | 11111101 | 1011110 | 10100 | 0 | 1 | 11000001 | 1100010 | 110101 |
Color Harmonies of #0FCBFD
Complementary color
Monochromatic Colors of #0FCBFD
Black with #0FCBFD
Text Example
Text Example
White with #0FCBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCBFD; }
p { color: rgb(15,203,253); }
H1.HeaderClassName
{
color: #0FCBFD;
}
.AnyTagClassName
{
color: #0FCBFD;
}
</style>
background-color css
<style>
a { background-color: #0FCBFD; }
a { background-color: rgb(15,203,253); }
div.DivClassName
{
background-color: #0FCBFD;
}
.BgClassName
{
background-color: #0FCBFD;
}
</style>
border-color css
<style>
span { border-color: #0FCBFD; }
span { border-color: rgb(15,203,253); }
td.TdClassName
{
border-color: #0FCBFD;
}
.TagClassName
{
border-color: #0FCBFD;
}
</style>