Shades of Summer Sky #2FADFB
Tints of Summer Sky #2FADFB
RGB
CMYK
RGB Variations
Color information
#2FADFB (or 0x2FADFB) is known color: Summer Sky. HEX triplet: 2F, AD and FB. RGB value is (47,173,251). Sum of RGB (Red+Green+Blue) = 47+173+251=471 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.98% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #2FADFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FADFB is #D05204. Grayscale: #8F8F8F. Windows color (decimal): -13652485 or 16493871. OLE color: 16493871.
HSL color Cylindrical-coordinate representation of color #2FADFB: hue angle of 202.94º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FADFB is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 173 | 251 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.02 |
| HSL | 202.94º | 0.96% | 0.58% | - |
| HSV(B) | 202.94º | 0.81% | 0.98% | - |
| XYZ | 33.53 | 37.46 | 96.73 | - |
| YUV | 144.22 | 188.26 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 251 | 0.81 | 0.31 | 0 | 0.02 | 202.94 | 0.96 | 0.58 |
| Hex | 2F | AD | FB | 51 | 1F | 0 | 2 | CB | 60 | 3A |
| Octal | 57 | 255 | 373 | 121 | 37 | 0 | 2 | 313 | 140 | 72 |
| Binary | 101111 | 10101101 | 11111011 | 1010001 | 11111 | 0 | 10 | 11001011 | 1100000 | 111010 |
Color Harmonies of #2FADFB
Complementary color
Monochromatic Colors of #2FADFB
Black with #2FADFB
Text Example
Text Example
White with #2FADFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FADFB; }
p { color: rgb(47,173,251); }
H1.HeaderClassName
{
color: #2FADFB;
}
.AnyTagClassName
{
color: #2FADFB;
}
</style>
background-color css
<style>
a { background-color: #2FADFB; }
a { background-color: rgb(47,173,251); }
div.DivClassName
{
background-color: #2FADFB;
}
.BgClassName
{
background-color: #2FADFB;
}
</style>
border-color css
<style>
span { border-color: #2FADFB; }
span { border-color: rgb(47,173,251); }
td.TdClassName
{
border-color: #2FADFB;
}
.TagClassName
{
border-color: #2FADFB;
}
</style>