Shades of Deep Sky Blue #1FC7ED
Tints of Deep Sky Blue #1FC7ED
RGB
CMYK
RGB Variations
Color information
#1FC7ED (or 0x1FC7ED) is known color: Deep Sky Blue. HEX triplet: 1F, C7 and ED. RGB value is (31,199,237). Sum of RGB (Red+Green+Blue) = 31+199+237=467 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.64% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #1FC7ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC7ED is #E03812. Grayscale: #989898. Windows color (decimal): -14694419 or 15583007. OLE color: 15583007.
HSL color Cylindrical-coordinate representation of color #1FC7ED: hue angle of 191.07º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FC7ED is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 199 | 237 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.07 |
| HSL | 191.07º | 0.85% | 0.53% | - |
| HSV(B) | 191.07º | 0.87% | 0.93% | - |
| XYZ | 36.27 | 47.25 | 87.33 | - |
| YUV | 153.1 | 175.34 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 199 | 237 | 0.87 | 0.16 | 0 | 0.07 | 191.07 | 0.85 | 0.53 |
| Hex | 1F | C7 | ED | 57 | 10 | 0 | 7 | BF | 55 | 35 |
| Octal | 37 | 307 | 355 | 127 | 20 | 0 | 7 | 277 | 125 | 65 |
| Binary | 11111 | 11000111 | 11101101 | 1010111 | 10000 | 0 | 111 | 10111111 | 1010101 | 110101 |
Color Harmonies of #1FC7ED
Complementary color
Monochromatic Colors of #1FC7ED
Black with #1FC7ED
Text Example
Text Example
White with #1FC7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC7ED; }
p { color: rgb(31,199,237); }
H1.HeaderClassName
{
color: #1FC7ED;
}
.AnyTagClassName
{
color: #1FC7ED;
}
</style>
background-color css
<style>
a { background-color: #1FC7ED; }
a { background-color: rgb(31,199,237); }
div.DivClassName
{
background-color: #1FC7ED;
}
.BgClassName
{
background-color: #1FC7ED;
}
</style>
border-color css
<style>
span { border-color: #1FC7ED; }
span { border-color: rgb(31,199,237); }
td.TdClassName
{
border-color: #1FC7ED;
}
.TagClassName
{
border-color: #1FC7ED;
}
</style>