Shades of Summer Sky #1FC4DD
Tints of Summer Sky #1FC4DD
RGB
CMYK
RGB Variations
Color information
#1FC4DD (or 0x1FC4DD) is known color: Summer Sky. HEX triplet: 1F, C4 and DD. RGB value is (31,196,221). Sum of RGB (Red+Green+Blue) = 31+196+221=448 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.92% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #1FC4DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC4DD is #E03B22. Grayscale: #959595. Windows color (decimal): -14695203 or 14533663. OLE color: 14533663.
HSL color Cylindrical-coordinate representation of color #1FC4DD: hue angle of 187.89º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FC4DD is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 196 | 221 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.13 |
| HSL | 187.89º | 0.75% | 0.49% | - |
| HSV(B) | 187.89º | 0.86% | 0.87% | - |
| XYZ | 33.36 | 44.99 | 75.33 | - |
| YUV | 149.52 | 168.34 | 43.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 196 | 221 | 0.86 | 0.11 | 0 | 0.13 | 187.89 | 0.75 | 0.49 |
| Hex | 1F | C4 | DD | 56 | B | 0 | D | BC | 4B | 31 |
| Octal | 37 | 304 | 335 | 126 | 13 | 0 | 15 | 274 | 113 | 61 |
| Binary | 11111 | 11000100 | 11011101 | 1010110 | 1011 | 0 | 1101 | 10111100 | 1001011 | 110001 |
Color Harmonies of #1FC4DD
Complementary color
Monochromatic Colors of #1FC4DD
Black with #1FC4DD
Text Example
Text Example
White with #1FC4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC4DD; }
p { color: rgb(31,196,221); }
H1.HeaderClassName
{
color: #1FC4DD;
}
.AnyTagClassName
{
color: #1FC4DD;
}
</style>
background-color css
<style>
a { background-color: #1FC4DD; }
a { background-color: rgb(31,196,221); }
div.DivClassName
{
background-color: #1FC4DD;
}
.BgClassName
{
background-color: #1FC4DD;
}
</style>
border-color css
<style>
span { border-color: #1FC4DD; }
span { border-color: rgb(31,196,221); }
td.TdClassName
{
border-color: #1FC4DD;
}
.TagClassName
{
border-color: #1FC4DD;
}
</style>