Shades of Summer Sky #2FBADB
Tints of Summer Sky #2FBADB
RGB
CMYK
RGB Variations
Color information
#2FBADB (or 0x2FBADB) is known color: Summer Sky. HEX triplet: 2F, BA and DB. RGB value is (47,186,219). Sum of RGB (Red+Green+Blue) = 47+186+219=452 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.40% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #2FBADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBADB is #D04524. Grayscale: #939393. Windows color (decimal): -13649189 or 14400047. OLE color: 14400047.
HSL color Cylindrical-coordinate representation of color #2FBADB: hue angle of 191.51º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FBADB is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 186 | 219 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.14 |
| HSL | 191.51º | 0.7% | 0.52% | - |
| HSV(B) | 191.51º | 0.79% | 0.86% | - |
| XYZ | 31.52 | 40.84 | 73.24 | - |
| YUV | 148.2 | 167.95 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 219 | 0.79 | 0.15 | 0 | 0.14 | 191.51 | 0.7 | 0.52 |
| Hex | 2F | BA | DB | 4F | F | 0 | E | C0 | 46 | 34 |
| Octal | 57 | 272 | 333 | 117 | 17 | 0 | 16 | 300 | 106 | 64 |
| Binary | 101111 | 10111010 | 11011011 | 1001111 | 1111 | 0 | 1110 | 11000000 | 1000110 | 110100 |
Color Harmonies of #2FBADB
Complementary color
Monochromatic Colors of #2FBADB
Black with #2FBADB
Text Example
Text Example
White with #2FBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBADB; }
p { color: rgb(47,186,219); }
H1.HeaderClassName
{
color: #2FBADB;
}
.AnyTagClassName
{
color: #2FBADB;
}
</style>
background-color css
<style>
a { background-color: #2FBADB; }
a { background-color: rgb(47,186,219); }
div.DivClassName
{
background-color: #2FBADB;
}
.BgClassName
{
background-color: #2FBADB;
}
</style>
border-color css
<style>
span { border-color: #2FBADB; }
span { border-color: rgb(47,186,219); }
td.TdClassName
{
border-color: #2FBADB;
}
.TagClassName
{
border-color: #2FBADB;
}
</style>