Shades of Deep Sky Blue #1FC9ED
Tints of Deep Sky Blue #1FC9ED
RGB
CMYK
RGB Variations
Color information
#1FC9ED (or 0x1FC9ED) is known color: Deep Sky Blue. HEX triplet: 1F, C9 and ED. RGB value is (31,201,237). Sum of RGB (Red+Green+Blue) = 31+201+237=469 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.61% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #1FC9ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC9ED is #E03612. Grayscale: #999999. Windows color (decimal): -14693907 or 15583519. OLE color: 15583519.
HSL color Cylindrical-coordinate representation of color #1FC9ED: hue angle of 190.49º 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 #1FC9ED is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 201 | 237 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.07 |
| HSL | 190.49º | 0.85% | 0.53% | - |
| HSV(B) | 190.49º | 0.87% | 0.93% | - |
| XYZ | 36.74 | 48.18 | 87.48 | - |
| YUV | 154.27 | 174.68 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 201 | 237 | 0.87 | 0.15 | 0 | 0.07 | 190.49 | 0.85 | 0.53 |
| Hex | 1F | C9 | ED | 57 | F | 0 | 7 | BE | 55 | 35 |
| Octal | 37 | 311 | 355 | 127 | 17 | 0 | 7 | 276 | 125 | 65 |
| Binary | 11111 | 11001001 | 11101101 | 1010111 | 1111 | 0 | 111 | 10111110 | 1010101 | 110101 |
Color Harmonies of #1FC9ED
Complementary color
Monochromatic Colors of #1FC9ED
Black with #1FC9ED
Text Example
Text Example
White with #1FC9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC9ED; }
p { color: rgb(31,201,237); }
H1.HeaderClassName
{
color: #1FC9ED;
}
.AnyTagClassName
{
color: #1FC9ED;
}
</style>
background-color css
<style>
a { background-color: #1FC9ED; }
a { background-color: rgb(31,201,237); }
div.DivClassName
{
background-color: #1FC9ED;
}
.BgClassName
{
background-color: #1FC9ED;
}
</style>
border-color css
<style>
span { border-color: #1FC9ED; }
span { border-color: rgb(31,201,237); }
td.TdClassName
{
border-color: #1FC9ED;
}
.TagClassName
{
border-color: #1FC9ED;
}
</style>