Shades of Summer Sky #2FABDF
Tints of Summer Sky #2FABDF
RGB
CMYK
RGB Variations
Color information
#2FABDF (or 0x2FABDF) is known color: Summer Sky. HEX triplet: 2F, AB and DF. RGB value is (47,171,223). Sum of RGB (Red+Green+Blue) = 47+171+223=441 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.66% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #2FABDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FABDF is #D05420. Grayscale: #8B8B8B. Windows color (decimal): -13653025 or 14658351. OLE color: 14658351.
HSL color Cylindrical-coordinate representation of color #2FABDF: hue angle of 197.73º 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 #2FABDF is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 171 | 223 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.13 |
| HSL | 197.73º | 0.73% | 0.53% | - |
| HSV(B) | 197.73º | 0.79% | 0.87% | - |
| XYZ | 29.05 | 35.06 | 75.05 | - |
| YUV | 139.85 | 174.92 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 171 | 223 | 0.79 | 0.23 | 0 | 0.13 | 197.73 | 0.73 | 0.53 |
| Hex | 2F | AB | DF | 4F | 17 | 0 | D | C6 | 49 | 35 |
| Octal | 57 | 253 | 337 | 117 | 27 | 0 | 15 | 306 | 111 | 65 |
| Binary | 101111 | 10101011 | 11011111 | 1001111 | 10111 | 0 | 1101 | 11000110 | 1001001 | 110101 |
Color Harmonies of #2FABDF
Complementary color
Monochromatic Colors of #2FABDF
Black with #2FABDF
Text Example
Text Example
White with #2FABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FABDF; }
p { color: rgb(47,171,223); }
H1.HeaderClassName
{
color: #2FABDF;
}
.AnyTagClassName
{
color: #2FABDF;
}
</style>
background-color css
<style>
a { background-color: #2FABDF; }
a { background-color: rgb(47,171,223); }
div.DivClassName
{
background-color: #2FABDF;
}
.BgClassName
{
background-color: #2FABDF;
}
</style>
border-color css
<style>
span { border-color: #2FABDF; }
span { border-color: rgb(47,171,223); }
td.TdClassName
{
border-color: #2FABDF;
}
.TagClassName
{
border-color: #2FABDF;
}
</style>