Shades of Deep Sky Blue #0FC3FF
Tints of Deep Sky Blue #0FC3FF
RGB
CMYK
RGB Variations
Color information
#0FC3FF (or 0x0FC3FF) is known color: Deep Sky Blue. HEX triplet: 0F, C3 and FF. RGB value is (15,195,255). Sum of RGB (Red+Green+Blue) = 15+195+255=465 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.23% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FC3FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FC3FF is #F03C00. Grayscale: #939393. Windows color (decimal): -15744001 or 16761615. OLE color: 16761615.
HSL color Cylindrical-coordinate representation of color #0FC3FF: hue angle of 195º 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 #0FC3FF is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 195 | 255 | - |
| CMYK | 0.94 | 0.24 | 0 | 0 |
| HSL | 195º | 1% | 0.53% | - |
| HSV(B) | 195º | 0.94% | 1% | - |
| XYZ | 37.76 | 46.35 | 101.56 | - |
| YUV | 148.02 | 188.37 | 33.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 195 | 255 | 0.94 | 0.24 | 0 | 0 | 195 | 1 | 0.53 |
| Hex | F | C3 | FF | 5E | 18 | 0 | 0 | C3 | 64 | 35 |
| Octal | 17 | 303 | 377 | 136 | 30 | 0 | 0 | 303 | 144 | 65 |
| Binary | 1111 | 11000011 | 11111111 | 1011110 | 11000 | 0 | 0 | 11000011 | 1100100 | 110101 |
Color Harmonies of #0FC3FF
Complementary color
Monochromatic Colors of #0FC3FF
Black with #0FC3FF
Text Example
Text Example
White with #0FC3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC3FF; }
p { color: rgb(15,195,255); }
H1.HeaderClassName
{
color: #0FC3FF;
}
.AnyTagClassName
{
color: #0FC3FF;
}
</style>
background-color css
<style>
a { background-color: #0FC3FF; }
a { background-color: rgb(15,195,255); }
div.DivClassName
{
background-color: #0FC3FF;
}
.BgClassName
{
background-color: #0FC3FF;
}
</style>
border-color css
<style>
span { border-color: #0FC3FF; }
span { border-color: rgb(15,195,255); }
td.TdClassName
{
border-color: #0FC3FF;
}
.TagClassName
{
border-color: #0FC3FF;
}
</style>