Shades of Summer Sky #2FAFDD
Tints of Summer Sky #2FAFDD
RGB
CMYK
RGB Variations
Color information
#2FAFDD (or 0x2FAFDD) is known color: Summer Sky. HEX triplet: 2F, AF and DD. RGB value is (47,175,221). Sum of RGB (Red+Green+Blue) = 47+175+221=443 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.61% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #2FAFDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAFDD is #D05022. Grayscale: #8D8D8D. Windows color (decimal): -13652003 or 14528303. OLE color: 14528303.
HSL color Cylindrical-coordinate representation of color #2FAFDD: hue angle of 195.86º 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 #2FAFDD is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 175 | 221 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.13 |
| HSL | 195.86º | 0.72% | 0.53% | - |
| HSV(B) | 195.86º | 0.79% | 0.87% | - |
| XYZ | 29.55 | 36.48 | 73.89 | - |
| YUV | 141.97 | 172.59 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 221 | 0.79 | 0.21 | 0 | 0.13 | 195.86 | 0.72 | 0.53 |
| Hex | 2F | AF | DD | 4F | 15 | 0 | D | C4 | 48 | 35 |
| Octal | 57 | 257 | 335 | 117 | 25 | 0 | 15 | 304 | 110 | 65 |
| Binary | 101111 | 10101111 | 11011101 | 1001111 | 10101 | 0 | 1101 | 11000100 | 1001000 | 110101 |
Color Harmonies of #2FAFDD
Complementary color
Monochromatic Colors of #2FAFDD
Black with #2FAFDD
Text Example
Text Example
White with #2FAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAFDD; }
p { color: rgb(47,175,221); }
H1.HeaderClassName
{
color: #2FAFDD;
}
.AnyTagClassName
{
color: #2FAFDD;
}
</style>
background-color css
<style>
a { background-color: #2FAFDD; }
a { background-color: rgb(47,175,221); }
div.DivClassName
{
background-color: #2FAFDD;
}
.BgClassName
{
background-color: #2FAFDD;
}
</style>
border-color css
<style>
span { border-color: #2FAFDD; }
span { border-color: rgb(47,175,221); }
td.TdClassName
{
border-color: #2FAFDD;
}
.TagClassName
{
border-color: #2FAFDD;
}
</style>