Shades of Deep Sky Blue #0FC5FA
Tints of Deep Sky Blue #0FC5FA
RGB
CMYK
RGB Variations
Color information
#0FC5FA (or 0x0FC5FA) is known color: Deep Sky Blue. HEX triplet: 0F, C5 and FA. RGB value is (15,197,250). Sum of RGB (Red+Green+Blue) = 15+197+250=462 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.25% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #0FC5FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FC5FA is #F03A05. Grayscale: #949494. Windows color (decimal): -15743494 or 16434447. OLE color: 16434447.
HSL color Cylindrical-coordinate representation of color #0FC5FA: hue angle of 193.53º 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 #0FC5FA is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 197 | 250 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.02 |
| HSL | 193.53º | 0.96% | 0.52% | - |
| HSV(B) | 193.53º | 0.94% | 0.98% | - |
| XYZ | 37.42 | 46.94 | 97.53 | - |
| YUV | 148.62 | 185.2 | 32.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 197 | 250 | 0.94 | 0.21 | 0 | 0.02 | 193.53 | 0.96 | 0.52 |
| Hex | F | C5 | FA | 5E | 15 | 0 | 2 | C2 | 60 | 34 |
| Octal | 17 | 305 | 372 | 136 | 25 | 0 | 2 | 302 | 140 | 64 |
| Binary | 1111 | 11000101 | 11111010 | 1011110 | 10101 | 0 | 10 | 11000010 | 1100000 | 110100 |
Color Harmonies of #0FC5FA
Complementary color
Monochromatic Colors of #0FC5FA
Black with #0FC5FA
Text Example
Text Example
White with #0FC5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC5FA; }
p { color: rgb(15,197,250); }
H1.HeaderClassName
{
color: #0FC5FA;
}
.AnyTagClassName
{
color: #0FC5FA;
}
</style>
background-color css
<style>
a { background-color: #0FC5FA; }
a { background-color: rgb(15,197,250); }
div.DivClassName
{
background-color: #0FC5FA;
}
.BgClassName
{
background-color: #0FC5FA;
}
</style>
border-color css
<style>
span { border-color: #0FC5FA; }
span { border-color: rgb(15,197,250); }
td.TdClassName
{
border-color: #0FC5FA;
}
.TagClassName
{
border-color: #0FC5FA;
}
</style>