Shades of Deep Sky Blue #0FC3FB
Tints of Deep Sky Blue #0FC3FB
RGB
CMYK
RGB Variations
Color information
#0FC3FB (or 0x0FC3FB) is known color: Deep Sky Blue. HEX triplet: 0F, C3 and FB. RGB value is (15,195,251). Sum of RGB (Red+Green+Blue) = 15+195+251=461 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.25% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #0FC3FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FC3FB is #F03C04. Grayscale: #939393. Windows color (decimal): -15744005 or 16499471. OLE color: 16499471.
HSL color Cylindrical-coordinate representation of color #0FC3FB: hue angle of 194.24º 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 #0FC3FB is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 195 | 251 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.02 |
| HSL | 194.24º | 0.97% | 0.52% | - |
| HSV(B) | 194.24º | 0.94% | 0.98% | - |
| XYZ | 37.12 | 46.1 | 98.21 | - |
| YUV | 147.56 | 186.37 | 33.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 195 | 251 | 0.94 | 0.22 | 0 | 0.02 | 194.24 | 0.97 | 0.52 |
| Hex | F | C3 | FB | 5E | 16 | 0 | 2 | C2 | 61 | 34 |
| Octal | 17 | 303 | 373 | 136 | 26 | 0 | 2 | 302 | 141 | 64 |
| Binary | 1111 | 11000011 | 11111011 | 1011110 | 10110 | 0 | 10 | 11000010 | 1100001 | 110100 |
Color Harmonies of #0FC3FB
Complementary color
Monochromatic Colors of #0FC3FB
Black with #0FC3FB
Text Example
Text Example
White with #0FC3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC3FB; }
p { color: rgb(15,195,251); }
H1.HeaderClassName
{
color: #0FC3FB;
}
.AnyTagClassName
{
color: #0FC3FB;
}
</style>
background-color css
<style>
a { background-color: #0FC3FB; }
a { background-color: rgb(15,195,251); }
div.DivClassName
{
background-color: #0FC3FB;
}
.BgClassName
{
background-color: #0FC3FB;
}
</style>
border-color css
<style>
span { border-color: #0FC3FB; }
span { border-color: rgb(15,195,251); }
td.TdClassName
{
border-color: #0FC3FB;
}
.TagClassName
{
border-color: #0FC3FB;
}
</style>