Shades of Deep Sky Blue #0FC4FF
Tints of Deep Sky Blue #0FC4FF
RGB
CMYK
RGB Variations
Color information
#0FC4FF (or 0x0FC4FF) is known color: Deep Sky Blue. HEX triplet: 0F, C4 and FF. RGB value is (15,196,255). Sum of RGB (Red+Green+Blue) = 15+196+255=466 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.22% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FC4FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FC4FF is #F03B00. Grayscale: #949494. Windows color (decimal): -15743745 or 16761871. OLE color: 16761871.
HSL color Cylindrical-coordinate representation of color #0FC4FF: hue angle of 194.75º 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 #0FC4FF is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 196 | 255 | - |
| CMYK | 0.94 | 0.23 | 0 | 0 |
| HSL | 194.75º | 1% | 0.53% | - |
| HSV(B) | 194.75º | 0.94% | 1% | - |
| XYZ | 37.99 | 46.8 | 101.64 | - |
| YUV | 148.61 | 188.03 | 32.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 196 | 255 | 0.94 | 0.23 | 0 | 0 | 194.75 | 1 | 0.53 |
| Hex | F | C4 | FF | 5E | 17 | 0 | 0 | C3 | 64 | 35 |
| Octal | 17 | 304 | 377 | 136 | 27 | 0 | 0 | 303 | 144 | 65 |
| Binary | 1111 | 11000100 | 11111111 | 1011110 | 10111 | 0 | 0 | 11000011 | 1100100 | 110101 |
Color Harmonies of #0FC4FF
Complementary color
Monochromatic Colors of #0FC4FF
Black with #0FC4FF
Text Example
Text Example
White with #0FC4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC4FF; }
p { color: rgb(15,196,255); }
H1.HeaderClassName
{
color: #0FC4FF;
}
.AnyTagClassName
{
color: #0FC4FF;
}
</style>
background-color css
<style>
a { background-color: #0FC4FF; }
a { background-color: rgb(15,196,255); }
div.DivClassName
{
background-color: #0FC4FF;
}
.BgClassName
{
background-color: #0FC4FF;
}
</style>
border-color css
<style>
span { border-color: #0FC4FF; }
span { border-color: rgb(15,196,255); }
td.TdClassName
{
border-color: #0FC4FF;
}
.TagClassName
{
border-color: #0FC4FF;
}
</style>