Shades of Deep Sky Blue #1FC0FC
Tints of Deep Sky Blue #1FC0FC
RGB
CMYK
RGB Variations
Color information
#1FC0FC (or 0x1FC0FC) is known color: Deep Sky Blue. HEX triplet: 1F, C0 and FC. RGB value is (31,192,252). Sum of RGB (Red+Green+Blue) = 31+192+252=475 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.53% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #1FC0FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC0FC is #E03F03. Grayscale: #969696. Windows color (decimal): -14696196 or 16564255. OLE color: 16564255.
HSL color Cylindrical-coordinate representation of color #1FC0FC: hue angle of 196.29º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FC0FC is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 192 | 252 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.01 |
| HSL | 196.29º | 0.97% | 0.55% | - |
| HSV(B) | 196.29º | 0.88% | 0.99% | - |
| XYZ | 36.99 | 45.02 | 98.84 | - |
| YUV | 150.7 | 185.16 | 42.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 252 | 0.88 | 0.24 | 0 | 0.01 | 196.29 | 0.97 | 0.55 |
| Hex | 1F | C0 | FC | 58 | 18 | 0 | 1 | C4 | 61 | 37 |
| Octal | 37 | 300 | 374 | 130 | 30 | 0 | 1 | 304 | 141 | 67 |
| Binary | 11111 | 11000000 | 11111100 | 1011000 | 11000 | 0 | 1 | 11000100 | 1100001 | 110111 |
Color Harmonies of #1FC0FC
Complementary color
Monochromatic Colors of #1FC0FC
Black with #1FC0FC
Text Example
Text Example
White with #1FC0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC0FC; }
p { color: rgb(31,192,252); }
H1.HeaderClassName
{
color: #1FC0FC;
}
.AnyTagClassName
{
color: #1FC0FC;
}
</style>
background-color css
<style>
a { background-color: #1FC0FC; }
a { background-color: rgb(31,192,252); }
div.DivClassName
{
background-color: #1FC0FC;
}
.BgClassName
{
background-color: #1FC0FC;
}
</style>
border-color css
<style>
span { border-color: #1FC0FC; }
span { border-color: rgb(31,192,252); }
td.TdClassName
{
border-color: #1FC0FC;
}
.TagClassName
{
border-color: #1FC0FC;
}
</style>