Shades of Deep Sky Blue #0FC1E5
Tints of Deep Sky Blue #0FC1E5
RGB
CMYK
RGB Variations
Color information
#0FC1E5 (or 0x0FC1E5) is known color: Deep Sky Blue. HEX triplet: 0F, C1 and E5. RGB value is (15,193,229). Sum of RGB (Red+Green+Blue) = 15+193+229=437 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.43% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 229 (89.84% from 255 or 52.40% from 437); Max value from RGB is 229 - color contains mainly: blue. Hex color #0FC1E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC1E5 is #F03E1A. Grayscale: #8F8F8F. Windows color (decimal): -15744539 or 15057167. OLE color: 15057167.
HSL color Cylindrical-coordinate representation of color #0FC1E5: hue angle of 190.09º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC1E5 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 193 | 229 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.10 |
| HSL | 190.09º | 0.88% | 0.48% | - |
| HSV(B) | 190.09º | 0.93% | 0.9% | - |
| XYZ | 33.41 | 43.9 | 80.84 | - |
| YUV | 143.88 | 176.03 | 36.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 229 | 0.93 | 0.16 | 0 | 0.10 | 190.09 | 0.88 | 0.48 |
| Hex | F | C1 | E5 | 5D | 10 | 0 | A | BE | 58 | 30 |
| Octal | 17 | 301 | 345 | 135 | 20 | 0 | 12 | 276 | 130 | 60 |
| Binary | 1111 | 11000001 | 11100101 | 1011101 | 10000 | 0 | 1010 | 10111110 | 1011000 | 110000 |
Color Harmonies of #0FC1E5
Complementary color
Monochromatic Colors of #0FC1E5
Black with #0FC1E5
Text Example
Text Example
White with #0FC1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC1E5; }
p { color: rgb(15,193,229); }
H1.HeaderClassName
{
color: #0FC1E5;
}
.AnyTagClassName
{
color: #0FC1E5;
}
</style>
background-color css
<style>
a { background-color: #0FC1E5; }
a { background-color: rgb(15,193,229); }
div.DivClassName
{
background-color: #0FC1E5;
}
.BgClassName
{
background-color: #0FC1E5;
}
</style>
border-color css
<style>
span { border-color: #0FC1E5; }
span { border-color: rgb(15,193,229); }
td.TdClassName
{
border-color: #0FC1E5;
}
.TagClassName
{
border-color: #0FC1E5;
}
</style>