Shades of Deep Sky Blue #1FC4FE
Tints of Deep Sky Blue #1FC4FE
RGB
CMYK
RGB Variations
Color information
#1FC4FE (or 0x1FC4FE) is known color: Deep Sky Blue. HEX triplet: 1F, C4 and FE. RGB value is (31,196,254). Sum of RGB (Red+Green+Blue) = 31+196+254=481 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.44% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #1FC4FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC4FE is #E03B01. Grayscale: #989898. Windows color (decimal): -14695170 or 16696351. OLE color: 16696351.
HSL color Cylindrical-coordinate representation of color #1FC4FE: hue angle of 195.61º 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 #1FC4FE is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 196 | 254 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.00 |
| HSL | 195.61º | 0.99% | 0.56% | - |
| HSV(B) | 195.61º | 0.88% | 1% | - |
| XYZ | 38.19 | 46.93 | 100.81 | - |
| YUV | 153.28 | 184.84 | 40.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 196 | 254 | 0.88 | 0.23 | 0 | 0.00 | 195.61 | 0.99 | 0.56 |
| Hex | 1F | C4 | FE | 58 | 17 | 0 | 0 | C4 | 63 | 38 |
| Octal | 37 | 304 | 376 | 130 | 27 | 0 | 0 | 304 | 143 | 70 |
| Binary | 11111 | 11000100 | 11111110 | 1011000 | 10111 | 0 | 0 | 11000100 | 1100011 | 111000 |
Color Harmonies of #1FC4FE
Complementary color
Monochromatic Colors of #1FC4FE
Black with #1FC4FE
Text Example
Text Example
White with #1FC4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC4FE; }
p { color: rgb(31,196,254); }
H1.HeaderClassName
{
color: #1FC4FE;
}
.AnyTagClassName
{
color: #1FC4FE;
}
</style>
background-color css
<style>
a { background-color: #1FC4FE; }
a { background-color: rgb(31,196,254); }
div.DivClassName
{
background-color: #1FC4FE;
}
.BgClassName
{
background-color: #1FC4FE;
}
</style>
border-color css
<style>
span { border-color: #1FC4FE; }
span { border-color: rgb(31,196,254); }
td.TdClassName
{
border-color: #1FC4FE;
}
.TagClassName
{
border-color: #1FC4FE;
}
</style>