Shades of Deep Sky Blue #0FC1FF
Tints of Deep Sky Blue #0FC1FF
RGB
CMYK
RGB Variations
Color information
#0FC1FF (or 0x0FC1FF) is known color: Deep Sky Blue. HEX triplet: 0F, C1 and FF. RGB value is (15,193,255). Sum of RGB (Red+Green+Blue) = 15+193+255=463 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.24% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FC1FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FC1FF is #F03E00. Grayscale: #929292. Windows color (decimal): -15744513 or 16761103. OLE color: 16761103.
HSL color Cylindrical-coordinate representation of color #0FC1FF: hue angle of 195.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 #0FC1FF is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 193 | 255 | - |
| CMYK | 0.94 | 0.24 | 0 | 0 |
| HSL | 195.5º | 1% | 0.53% | - |
| HSV(B) | 195.5º | 0.94% | 1% | - |
| XYZ | 37.32 | 45.46 | 101.42 | - |
| YUV | 146.85 | 189.03 | 33.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 255 | 0.94 | 0.24 | 0 | 0 | 195.5 | 1 | 0.53 |
| Hex | F | C1 | FF | 5E | 18 | 0 | 0 | C4 | 64 | 35 |
| Octal | 17 | 301 | 377 | 136 | 30 | 0 | 0 | 304 | 144 | 65 |
| Binary | 1111 | 11000001 | 11111111 | 1011110 | 11000 | 0 | 0 | 11000100 | 1100100 | 110101 |
Color Harmonies of #0FC1FF
Complementary color
Monochromatic Colors of #0FC1FF
Black with #0FC1FF
Text Example
Text Example
White with #0FC1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC1FF; }
p { color: rgb(15,193,255); }
H1.HeaderClassName
{
color: #0FC1FF;
}
.AnyTagClassName
{
color: #0FC1FF;
}
</style>
background-color css
<style>
a { background-color: #0FC1FF; }
a { background-color: rgb(15,193,255); }
div.DivClassName
{
background-color: #0FC1FF;
}
.BgClassName
{
background-color: #0FC1FF;
}
</style>
border-color css
<style>
span { border-color: #0FC1FF; }
span { border-color: rgb(15,193,255); }
td.TdClassName
{
border-color: #0FC1FF;
}
.TagClassName
{
border-color: #0FC1FF;
}
</style>