Shades of Deep Sky Blue #1FCEF1
Tints of Deep Sky Blue #1FCEF1
RGB
CMYK
RGB Variations
Color information
#1FCEF1 (or 0x1FCEF1) is known color: Deep Sky Blue. HEX triplet: 1F, CE and F1. RGB value is (31,206,241). Sum of RGB (Red+Green+Blue) = 31+206+241=478 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.49% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #1FCEF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCEF1 is #E0310E. Grayscale: #9D9D9D. Windows color (decimal): -14692623 or 15846943. OLE color: 15846943.
HSL color Cylindrical-coordinate representation of color #1FCEF1: hue angle of 190º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FCEF1 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 206 | 241 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.05 |
| HSL | 190º | 0.88% | 0.53% | - |
| HSV(B) | 190º | 0.87% | 0.95% | - |
| XYZ | 38.51 | 50.78 | 90.99 | - |
| YUV | 157.67 | 175.02 | 37.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 241 | 0.87 | 0.15 | 0 | 0.05 | 190 | 0.88 | 0.53 |
| Hex | 1F | CE | F1 | 57 | F | 0 | 5 | BE | 58 | 35 |
| Octal | 37 | 316 | 361 | 127 | 17 | 0 | 5 | 276 | 130 | 65 |
| Binary | 11111 | 11001110 | 11110001 | 1010111 | 1111 | 0 | 101 | 10111110 | 1011000 | 110101 |
Color Harmonies of #1FCEF1
Complementary color
Monochromatic Colors of #1FCEF1
Black with #1FCEF1
Text Example
Text Example
White with #1FCEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCEF1; }
p { color: rgb(31,206,241); }
H1.HeaderClassName
{
color: #1FCEF1;
}
.AnyTagClassName
{
color: #1FCEF1;
}
</style>
background-color css
<style>
a { background-color: #1FCEF1; }
a { background-color: rgb(31,206,241); }
div.DivClassName
{
background-color: #1FCEF1;
}
.BgClassName
{
background-color: #1FCEF1;
}
</style>
border-color css
<style>
span { border-color: #1FCEF1; }
span { border-color: rgb(31,206,241); }
td.TdClassName
{
border-color: #1FCEF1;
}
.TagClassName
{
border-color: #1FCEF1;
}
</style>