Shades of Summer Sky #2FAFDF
Tints of Summer Sky #2FAFDF
RGB
CMYK
RGB Variations
Color information
#2FAFDF (or 0x2FAFDF) is known color: Summer Sky. HEX triplet: 2F, AF and DF. RGB value is (47,175,223). Sum of RGB (Red+Green+Blue) = 47+175+223=445 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.56% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #2FAFDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAFDF is #D05020. Grayscale: #8D8D8D. Windows color (decimal): -13652001 or 14659375. OLE color: 14659375.
HSL color Cylindrical-coordinate representation of color #2FAFDF: hue angle of 196.36º degrees, saturation: 0.73, 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 #2FAFDF is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 175 | 223 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.13 |
| HSL | 196.36º | 0.73% | 0.53% | - |
| HSV(B) | 196.36º | 0.79% | 0.87% | - |
| XYZ | 29.82 | 36.59 | 75.3 | - |
| YUV | 142.2 | 173.59 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 223 | 0.79 | 0.22 | 0 | 0.13 | 196.36 | 0.73 | 0.53 |
| Hex | 2F | AF | DF | 4F | 16 | 0 | D | C4 | 49 | 35 |
| Octal | 57 | 257 | 337 | 117 | 26 | 0 | 15 | 304 | 111 | 65 |
| Binary | 101111 | 10101111 | 11011111 | 1001111 | 10110 | 0 | 1101 | 11000100 | 1001001 | 110101 |
Color Harmonies of #2FAFDF
Complementary color
Monochromatic Colors of #2FAFDF
Black with #2FAFDF
Text Example
Text Example
White with #2FAFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAFDF; }
p { color: rgb(47,175,223); }
H1.HeaderClassName
{
color: #2FAFDF;
}
.AnyTagClassName
{
color: #2FAFDF;
}
</style>
background-color css
<style>
a { background-color: #2FAFDF; }
a { background-color: rgb(47,175,223); }
div.DivClassName
{
background-color: #2FAFDF;
}
.BgClassName
{
background-color: #2FAFDF;
}
</style>
border-color css
<style>
span { border-color: #2FAFDF; }
span { border-color: rgb(47,175,223); }
td.TdClassName
{
border-color: #2FAFDF;
}
.TagClassName
{
border-color: #2FAFDF;
}
</style>