Shades of Summer Sky #2FBADA
Tints of Summer Sky #2FBADA
RGB
CMYK
RGB Variations
Color information
#2FBADA (or 0x2FBADA) is known color: Summer Sky. HEX triplet: 2F, BA and DA. RGB value is (47,186,218). Sum of RGB (Red+Green+Blue) = 47+186+218=451 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.42% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #2FBADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBADA is #D04525. Grayscale: #939393. Windows color (decimal): -13649190 or 14334511. OLE color: 14334511.
HSL color Cylindrical-coordinate representation of color #2FBADA: hue angle of 191.23º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FBADA is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 186 | 218 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.15 |
| HSL | 191.23º | 0.7% | 0.52% | - |
| HSV(B) | 191.23º | 0.78% | 0.85% | - |
| XYZ | 31.39 | 40.78 | 72.55 | - |
| YUV | 148.09 | 167.45 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 218 | 0.78 | 0.15 | 0 | 0.15 | 191.23 | 0.7 | 0.52 |
| Hex | 2F | BA | DA | 4E | F | 0 | F | BF | 46 | 34 |
| Octal | 57 | 272 | 332 | 116 | 17 | 0 | 17 | 277 | 106 | 64 |
| Binary | 101111 | 10111010 | 11011010 | 1001110 | 1111 | 0 | 1111 | 10111111 | 1000110 | 110100 |
Color Harmonies of #2FBADA
Complementary color
Monochromatic Colors of #2FBADA
Black with #2FBADA
Text Example
Text Example
White with #2FBADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBADA; }
p { color: rgb(47,186,218); }
H1.HeaderClassName
{
color: #2FBADA;
}
.AnyTagClassName
{
color: #2FBADA;
}
</style>
background-color css
<style>
a { background-color: #2FBADA; }
a { background-color: rgb(47,186,218); }
div.DivClassName
{
background-color: #2FBADA;
}
.BgClassName
{
background-color: #2FBADA;
}
</style>
border-color css
<style>
span { border-color: #2FBADA; }
span { border-color: rgb(47,186,218); }
td.TdClassName
{
border-color: #2FBADA;
}
.TagClassName
{
border-color: #2FBADA;
}
</style>