Shades of Deep Sky Blue #1FC4EE
Tints of Deep Sky Blue #1FC4EE
RGB
CMYK
RGB Variations
Color information
#1FC4EE (or 0x1FC4EE) is known color: Deep Sky Blue. HEX triplet: 1F, C4 and EE. RGB value is (31,196,238). Sum of RGB (Red+Green+Blue) = 31+196+238=465 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.67% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #1FC4EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC4EE is #E03B11. Grayscale: #979797. Windows color (decimal): -14695186 or 15647775. OLE color: 15647775.
HSL color Cylindrical-coordinate representation of color #1FC4EE: hue angle of 192.17º degrees, saturation: 0.86, 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 #1FC4EE is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 196 | 238 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.07 |
| HSL | 192.17º | 0.86% | 0.53% | - |
| HSV(B) | 192.17º | 0.87% | 0.93% | - |
| XYZ | 35.74 | 45.94 | 87.87 | - |
| YUV | 151.45 | 176.84 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 196 | 238 | 0.87 | 0.18 | 0 | 0.07 | 192.17 | 0.86 | 0.53 |
| Hex | 1F | C4 | EE | 57 | 12 | 0 | 7 | C0 | 56 | 35 |
| Octal | 37 | 304 | 356 | 127 | 22 | 0 | 7 | 300 | 126 | 65 |
| Binary | 11111 | 11000100 | 11101110 | 1010111 | 10010 | 0 | 111 | 11000000 | 1010110 | 110101 |
Color Harmonies of #1FC4EE
Complementary color
Monochromatic Colors of #1FC4EE
Black with #1FC4EE
Text Example
Text Example
White with #1FC4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC4EE; }
p { color: rgb(31,196,238); }
H1.HeaderClassName
{
color: #1FC4EE;
}
.AnyTagClassName
{
color: #1FC4EE;
}
</style>
background-color css
<style>
a { background-color: #1FC4EE; }
a { background-color: rgb(31,196,238); }
div.DivClassName
{
background-color: #1FC4EE;
}
.BgClassName
{
background-color: #1FC4EE;
}
</style>
border-color css
<style>
span { border-color: #1FC4EE; }
span { border-color: rgb(31,196,238); }
td.TdClassName
{
border-color: #1FC4EE;
}
.TagClassName
{
border-color: #1FC4EE;
}
</style>