Shades of Deep Sky Blue #0FBCFC
Tints of Deep Sky Blue #0FBCFC
RGB
CMYK
RGB Variations
Color information
#0FBCFC (or 0x0FBCFC) is known color: Deep Sky Blue. HEX triplet: 0F, BC and FC. RGB value is (15,188,252). Sum of RGB (Red+Green+Blue) = 15+188+252=455 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.30% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #0FBCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBCFC is #F04303. Grayscale: #8F8F8F. Windows color (decimal): -15745796 or 16563215. OLE color: 16563215.
HSL color Cylindrical-coordinate representation of color #0FBCFC: hue angle of 196.2º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FBCFC is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 188 | 252 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.01 |
| HSL | 196.2º | 0.98% | 0.52% | - |
| HSV(B) | 196.2º | 0.94% | 0.99% | - |
| XYZ | 35.75 | 43.1 | 98.53 | - |
| YUV | 143.57 | 189.19 | 36.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 252 | 0.94 | 0.25 | 0 | 0.01 | 196.2 | 0.98 | 0.52 |
| Hex | F | BC | FC | 5E | 19 | 0 | 1 | C4 | 62 | 34 |
| Octal | 17 | 274 | 374 | 136 | 31 | 0 | 1 | 304 | 142 | 64 |
| Binary | 1111 | 10111100 | 11111100 | 1011110 | 11001 | 0 | 1 | 11000100 | 1100010 | 110100 |
Color Harmonies of #0FBCFC
Complementary color
Monochromatic Colors of #0FBCFC
Black with #0FBCFC
Text Example
Text Example
White with #0FBCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBCFC; }
p { color: rgb(15,188,252); }
H1.HeaderClassName
{
color: #0FBCFC;
}
.AnyTagClassName
{
color: #0FBCFC;
}
</style>
background-color css
<style>
a { background-color: #0FBCFC; }
a { background-color: rgb(15,188,252); }
div.DivClassName
{
background-color: #0FBCFC;
}
.BgClassName
{
background-color: #0FBCFC;
}
</style>
border-color css
<style>
span { border-color: #0FBCFC; }
span { border-color: rgb(15,188,252); }
td.TdClassName
{
border-color: #0FBCFC;
}
.TagClassName
{
border-color: #0FBCFC;
}
</style>