Shades of Deep Sky Blue #0FCFF4
Tints of Deep Sky Blue #0FCFF4
RGB
CMYK
RGB Variations
Color information
#0FCFF4 (or 0x0FCFF4) is known color: Deep Sky Blue. HEX triplet: 0F, CF and F4. RGB value is (15,207,244). Sum of RGB (Red+Green+Blue) = 15+207+244=466 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.22% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 244 (95.70% from 255 or 52.36% from 466); Max value from RGB is 244 - color contains mainly: blue. Hex color #0FCFF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCFF4 is #F0300B. Grayscale: #999999. Windows color (decimal): -15740940 or 16043791. OLE color: 16043791.
HSL color Cylindrical-coordinate representation of color #0FCFF4: hue angle of 189.69º 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 #0FCFF4 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 207 | 244 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.04 |
| HSL | 189.69º | 0.91% | 0.51% | - |
| HSV(B) | 189.69º | 0.94% | 0.96% | - |
| XYZ | 38.84 | 51.26 | 93.43 | - |
| YUV | 153.81 | 178.89 | 28.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 244 | 0.94 | 0.15 | 0 | 0.04 | 189.69 | 0.91 | 0.51 |
| Hex | F | CF | F4 | 5E | F | 0 | 4 | BE | 5B | 33 |
| Octal | 17 | 317 | 364 | 136 | 17 | 0 | 4 | 276 | 133 | 63 |
| Binary | 1111 | 11001111 | 11110100 | 1011110 | 1111 | 0 | 100 | 10111110 | 1011011 | 110011 |
Color Harmonies of #0FCFF4
Complementary color
Monochromatic Colors of #0FCFF4
Black with #0FCFF4
Text Example
Text Example
White with #0FCFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFF4; }
p { color: rgb(15,207,244); }
H1.HeaderClassName
{
color: #0FCFF4;
}
.AnyTagClassName
{
color: #0FCFF4;
}
</style>
background-color css
<style>
a { background-color: #0FCFF4; }
a { background-color: rgb(15,207,244); }
div.DivClassName
{
background-color: #0FCFF4;
}
.BgClassName
{
background-color: #0FCFF4;
}
</style>
border-color css
<style>
span { border-color: #0FCFF4; }
span { border-color: rgb(15,207,244); }
td.TdClassName
{
border-color: #0FCFF4;
}
.TagClassName
{
border-color: #0FCFF4;
}
</style>