Shades of Summer Sky #2FADDD
Tints of Summer Sky #2FADDD
RGB
CMYK
RGB Variations
Color information
#2FADDD (or 0x2FADDD) is known color: Summer Sky. HEX triplet: 2F, AD and DD. RGB value is (47,173,221). Sum of RGB (Red+Green+Blue) = 47+173+221=441 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.66% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #2FADDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FADDD is #D05222. Grayscale: #8C8C8C. Windows color (decimal): -13652515 or 14527791. OLE color: 14527791.
HSL color Cylindrical-coordinate representation of color #2FADDD: hue angle of 196.55º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FADDD is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 173 | 221 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.13 |
| HSL | 196.55º | 0.72% | 0.53% | - |
| HSV(B) | 196.55º | 0.79% | 0.87% | - |
| XYZ | 29.17 | 35.71 | 73.76 | - |
| YUV | 140.8 | 173.26 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 221 | 0.79 | 0.22 | 0 | 0.13 | 196.55 | 0.72 | 0.53 |
| Hex | 2F | AD | DD | 4F | 16 | 0 | D | C5 | 48 | 35 |
| Octal | 57 | 255 | 335 | 117 | 26 | 0 | 15 | 305 | 110 | 65 |
| Binary | 101111 | 10101101 | 11011101 | 1001111 | 10110 | 0 | 1101 | 11000101 | 1001000 | 110101 |
Color Harmonies of #2FADDD
Complementary color
Monochromatic Colors of #2FADDD
Black with #2FADDD
Text Example
Text Example
White with #2FADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FADDD; }
p { color: rgb(47,173,221); }
H1.HeaderClassName
{
color: #2FADDD;
}
.AnyTagClassName
{
color: #2FADDD;
}
</style>
background-color css
<style>
a { background-color: #2FADDD; }
a { background-color: rgb(47,173,221); }
div.DivClassName
{
background-color: #2FADDD;
}
.BgClassName
{
background-color: #2FADDD;
}
</style>
border-color css
<style>
span { border-color: #2FADDD; }
span { border-color: rgb(47,173,221); }
td.TdClassName
{
border-color: #2FADDD;
}
.TagClassName
{
border-color: #2FADDD;
}
</style>