Shades of Deep Sky Blue #0FCAF4
Tints of Deep Sky Blue #0FCAF4
RGB
CMYK
RGB Variations
Color information
#0FCAF4 (or 0x0FCAF4) is known color: Deep Sky Blue. HEX triplet: 0F, CA and F4. RGB value is (15,202,244). Sum of RGB (Red+Green+Blue) = 15+202+244=461 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.25% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 244 (95.70% from 255 or 52.93% from 461); Max value from RGB is 244 - color contains mainly: blue. Hex color #0FCAF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCAF4 is #F0350B. Grayscale: #969696. Windows color (decimal): -15742220 or 16042511. OLE color: 16042511.
HSL color Cylindrical-coordinate representation of color #0FCAF4: hue angle of 191º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FCAF4 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 202 | 244 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.04 |
| HSL | 191º | 0.91% | 0.51% | - |
| HSV(B) | 191º | 0.94% | 0.96% | - |
| XYZ | 37.65 | 48.87 | 93.04 | - |
| YUV | 150.88 | 180.55 | 31.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 244 | 0.94 | 0.17 | 0 | 0.04 | 191 | 0.91 | 0.51 |
| Hex | F | CA | F4 | 5E | 11 | 0 | 4 | BF | 5B | 33 |
| Octal | 17 | 312 | 364 | 136 | 21 | 0 | 4 | 277 | 133 | 63 |
| Binary | 1111 | 11001010 | 11110100 | 1011110 | 10001 | 0 | 100 | 10111111 | 1011011 | 110011 |
Color Harmonies of #0FCAF4
Complementary color
Monochromatic Colors of #0FCAF4
Black with #0FCAF4
Text Example
Text Example
White with #0FCAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCAF4; }
p { color: rgb(15,202,244); }
H1.HeaderClassName
{
color: #0FCAF4;
}
.AnyTagClassName
{
color: #0FCAF4;
}
</style>
background-color css
<style>
a { background-color: #0FCAF4; }
a { background-color: rgb(15,202,244); }
div.DivClassName
{
background-color: #0FCAF4;
}
.BgClassName
{
background-color: #0FCAF4;
}
</style>
border-color css
<style>
span { border-color: #0FCAF4; }
span { border-color: rgb(15,202,244); }
td.TdClassName
{
border-color: #0FCAF4;
}
.TagClassName
{
border-color: #0FCAF4;
}
</style>