Shades of Summer Sky #2FADF8
Tints of Summer Sky #2FADF8
RGB
CMYK
RGB Variations
Color information
#2FADF8 (or 0x2FADF8) is known color: Summer Sky. HEX triplet: 2F, AD and F8. RGB value is (47,173,248). Sum of RGB (Red+Green+Blue) = 47+173+248=468 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.04% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 248 (97.27% from 255 or 52.99% from 468); Max value from RGB is 248 - color contains mainly: blue. Hex color #2FADF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FADF8 is #D05207. Grayscale: #8F8F8F. Windows color (decimal): -13652488 or 16297263. OLE color: 16297263.
HSL color Cylindrical-coordinate representation of color #2FADF8: hue angle of 202.39º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FADF8 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 173 | 248 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.03 |
| HSL | 202.39º | 0.93% | 0.58% | - |
| HSV(B) | 202.39º | 0.81% | 0.97% | - |
| XYZ | 33.06 | 37.27 | 94.26 | - |
| YUV | 143.88 | 186.76 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 248 | 0.81 | 0.30 | 0 | 0.03 | 202.39 | 0.93 | 0.58 |
| Hex | 2F | AD | F8 | 51 | 1E | 0 | 3 | CA | 5D | 3A |
| Octal | 57 | 255 | 370 | 121 | 36 | 0 | 3 | 312 | 135 | 72 |
| Binary | 101111 | 10101101 | 11111000 | 1010001 | 11110 | 0 | 11 | 11001010 | 1011101 | 111010 |
Color Harmonies of #2FADF8
Complementary color
Monochromatic Colors of #2FADF8
Black with #2FADF8
Text Example
Text Example
White with #2FADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FADF8; }
p { color: rgb(47,173,248); }
H1.HeaderClassName
{
color: #2FADF8;
}
.AnyTagClassName
{
color: #2FADF8;
}
</style>
background-color css
<style>
a { background-color: #2FADF8; }
a { background-color: rgb(47,173,248); }
div.DivClassName
{
background-color: #2FADF8;
}
.BgClassName
{
background-color: #2FADF8;
}
</style>
border-color css
<style>
span { border-color: #2FADF8; }
span { border-color: rgb(47,173,248); }
td.TdClassName
{
border-color: #2FADF8;
}
.TagClassName
{
border-color: #2FADF8;
}
</style>