Shades of Deep Sky Blue #1FC2FE
Tints of Deep Sky Blue #1FC2FE
RGB
CMYK
RGB Variations
Color information
#1FC2FE (or 0x1FC2FE) is known color: Deep Sky Blue. HEX triplet: 1F, C2 and FE. RGB value is (31,194,254). Sum of RGB (Red+Green+Blue) = 31+194+254=479 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.47% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #1FC2FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC2FE is #E03D01. Grayscale: #979797. Windows color (decimal): -14695682 or 16695839. OLE color: 16695839.
HSL color Cylindrical-coordinate representation of color #1FC2FE: hue angle of 196.14º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FC2FE is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 194 | 254 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.00 |
| HSL | 196.14º | 0.99% | 0.56% | - |
| HSV(B) | 196.14º | 0.88% | 1% | - |
| XYZ | 37.75 | 46.03 | 100.66 | - |
| YUV | 152.1 | 185.5 | 41.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 194 | 254 | 0.88 | 0.24 | 0 | 0.00 | 196.14 | 0.99 | 0.56 |
| Hex | 1F | C2 | FE | 58 | 18 | 0 | 0 | C4 | 63 | 38 |
| Octal | 37 | 302 | 376 | 130 | 30 | 0 | 0 | 304 | 143 | 70 |
| Binary | 11111 | 11000010 | 11111110 | 1011000 | 11000 | 0 | 0 | 11000100 | 1100011 | 111000 |
Color Harmonies of #1FC2FE
Complementary color
Monochromatic Colors of #1FC2FE
Black with #1FC2FE
Text Example
Text Example
White with #1FC2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC2FE; }
p { color: rgb(31,194,254); }
H1.HeaderClassName
{
color: #1FC2FE;
}
.AnyTagClassName
{
color: #1FC2FE;
}
</style>
background-color css
<style>
a { background-color: #1FC2FE; }
a { background-color: rgb(31,194,254); }
div.DivClassName
{
background-color: #1FC2FE;
}
.BgClassName
{
background-color: #1FC2FE;
}
</style>
border-color css
<style>
span { border-color: #1FC2FE; }
span { border-color: rgb(31,194,254); }
td.TdClassName
{
border-color: #1FC2FE;
}
.TagClassName
{
border-color: #1FC2FE;
}
</style>