Shades of Deep Sky Blue #1FC1FE
Tints of Deep Sky Blue #1FC1FE
RGB
CMYK
RGB Variations
Color information
#1FC1FE (or 0x1FC1FE) is known color: Deep Sky Blue. HEX triplet: 1F, C1 and FE. RGB value is (31,193,254). Sum of RGB (Red+Green+Blue) = 31+193+254=478 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.49% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #1FC1FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC1FE is #E03E01. Grayscale: #979797. Windows color (decimal): -14695938 or 16695583. OLE color: 16695583.
HSL color Cylindrical-coordinate representation of color #1FC1FE: hue angle of 196.41º 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 #1FC1FE is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 193 | 254 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.00 |
| HSL | 196.41º | 0.99% | 0.56% | - |
| HSV(B) | 196.41º | 0.88% | 1% | - |
| XYZ | 37.52 | 45.59 | 100.59 | - |
| YUV | 151.52 | 185.83 | 42.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 193 | 254 | 0.88 | 0.24 | 0 | 0.00 | 196.41 | 0.99 | 0.56 |
| Hex | 1F | C1 | FE | 58 | 18 | 0 | 0 | C4 | 63 | 38 |
| Octal | 37 | 301 | 376 | 130 | 30 | 0 | 0 | 304 | 143 | 70 |
| Binary | 11111 | 11000001 | 11111110 | 1011000 | 11000 | 0 | 0 | 11000100 | 1100011 | 111000 |
Color Harmonies of #1FC1FE
Complementary color
Monochromatic Colors of #1FC1FE
Black with #1FC1FE
Text Example
Text Example
White with #1FC1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC1FE; }
p { color: rgb(31,193,254); }
H1.HeaderClassName
{
color: #1FC1FE;
}
.AnyTagClassName
{
color: #1FC1FE;
}
</style>
background-color css
<style>
a { background-color: #1FC1FE; }
a { background-color: rgb(31,193,254); }
div.DivClassName
{
background-color: #1FC1FE;
}
.BgClassName
{
background-color: #1FC1FE;
}
</style>
border-color css
<style>
span { border-color: #1FC1FE; }
span { border-color: rgb(31,193,254); }
td.TdClassName
{
border-color: #1FC1FE;
}
.TagClassName
{
border-color: #1FC1FE;
}
</style>