Shades of Summer Sky #1FADDD
Tints of Summer Sky #1FADDD
RGB
CMYK
RGB Variations
Color information
#1FADDD (or 0x1FADDD) is known color: Summer Sky. HEX triplet: 1F, AD and DD. RGB value is (31,173,221). Sum of RGB (Red+Green+Blue) = 31+173+221=425 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.29% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #1FADDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FADDD is #E05222. Grayscale: #878787. Windows color (decimal): -14701091 or 14527775. OLE color: 14527775.
HSL color Cylindrical-coordinate representation of color #1FADDD: hue angle of 195.16º 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 #1FADDD is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 173 | 221 | - |
| CMYK | 0.86 | 0.22 | 0 | 0.13 |
| HSL | 195.16º | 0.75% | 0.49% | - |
| HSV(B) | 195.16º | 0.86% | 0.87% | - |
| XYZ | 28.56 | 35.4 | 73.73 | - |
| YUV | 136.01 | 175.96 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 221 | 0.86 | 0.22 | 0 | 0.13 | 195.16 | 0.75 | 0.49 |
| Hex | 1F | AD | DD | 56 | 16 | 0 | D | C3 | 4B | 31 |
| Octal | 37 | 255 | 335 | 126 | 26 | 0 | 15 | 303 | 113 | 61 |
| Binary | 11111 | 10101101 | 11011101 | 1010110 | 10110 | 0 | 1101 | 11000011 | 1001011 | 110001 |
Color Harmonies of #1FADDD
Complementary color
Monochromatic Colors of #1FADDD
Black with #1FADDD
Text Example
Text Example
White with #1FADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FADDD; }
p { color: rgb(31,173,221); }
H1.HeaderClassName
{
color: #1FADDD;
}
.AnyTagClassName
{
color: #1FADDD;
}
</style>
background-color css
<style>
a { background-color: #1FADDD; }
a { background-color: rgb(31,173,221); }
div.DivClassName
{
background-color: #1FADDD;
}
.BgClassName
{
background-color: #1FADDD;
}
</style>
border-color css
<style>
span { border-color: #1FADDD; }
span { border-color: rgb(31,173,221); }
td.TdClassName
{
border-color: #1FADDD;
}
.TagClassName
{
border-color: #1FADDD;
}
</style>