Shades of Deep Sky Blue #1FC8EC
Tints of Deep Sky Blue #1FC8EC
RGB
CMYK
RGB Variations
Color information
#1FC8EC (or 0x1FC8EC) is known color: Deep Sky Blue. HEX triplet: 1F, C8 and EC. RGB value is (31,200,236). Sum of RGB (Red+Green+Blue) = 31+200+236=467 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.64% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #1FC8EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC8EC is #E03713. Grayscale: #999999. Windows color (decimal): -14694164 or 15517727. OLE color: 15517727.
HSL color Cylindrical-coordinate representation of color #1FC8EC: hue angle of 190.54º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FC8EC is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 200 | 236 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.07 |
| HSL | 190.54º | 0.84% | 0.52% | - |
| HSV(B) | 190.54º | 0.87% | 0.93% | - |
| XYZ | 36.36 | 47.66 | 86.64 | - |
| YUV | 153.57 | 174.51 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 200 | 236 | 0.87 | 0.15 | 0 | 0.07 | 190.54 | 0.84 | 0.52 |
| Hex | 1F | C8 | EC | 57 | F | 0 | 7 | BF | 54 | 34 |
| Octal | 37 | 310 | 354 | 127 | 17 | 0 | 7 | 277 | 124 | 64 |
| Binary | 11111 | 11001000 | 11101100 | 1010111 | 1111 | 0 | 111 | 10111111 | 1010100 | 110100 |
Color Harmonies of #1FC8EC
Complementary color
Monochromatic Colors of #1FC8EC
Black with #1FC8EC
Text Example
Text Example
White with #1FC8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC8EC; }
p { color: rgb(31,200,236); }
H1.HeaderClassName
{
color: #1FC8EC;
}
.AnyTagClassName
{
color: #1FC8EC;
}
</style>
background-color css
<style>
a { background-color: #1FC8EC; }
a { background-color: rgb(31,200,236); }
div.DivClassName
{
background-color: #1FC8EC;
}
.BgClassName
{
background-color: #1FC8EC;
}
</style>
border-color css
<style>
span { border-color: #1FC8EC; }
span { border-color: rgb(31,200,236); }
td.TdClassName
{
border-color: #1FC8EC;
}
.TagClassName
{
border-color: #1FC8EC;
}
</style>