Shades of Summer Sky #2FADDB
Tints of Summer Sky #2FADDB
RGB
CMYK
RGB Variations
Color information
#2FADDB (or 0x2FADDB) is known color: Summer Sky. HEX triplet: 2F, AD and DB. RGB value is (47,173,219). Sum of RGB (Red+Green+Blue) = 47+173+219=439 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.71% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #2FADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FADDB is #D05224. Grayscale: #8C8C8C. Windows color (decimal): -13652517 or 14396719. OLE color: 14396719.
HSL color Cylindrical-coordinate representation of color #2FADDB: hue angle of 196.05º 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 #2FADDB is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 173 | 219 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.14 |
| HSL | 196.05º | 0.7% | 0.52% | - |
| HSV(B) | 196.05º | 0.79% | 0.86% | - |
| XYZ | 28.9 | 35.61 | 72.37 | - |
| YUV | 140.57 | 172.26 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 219 | 0.79 | 0.21 | 0 | 0.14 | 196.05 | 0.7 | 0.52 |
| Hex | 2F | AD | DB | 4F | 15 | 0 | E | C4 | 46 | 34 |
| Octal | 57 | 255 | 333 | 117 | 25 | 0 | 16 | 304 | 106 | 64 |
| Binary | 101111 | 10101101 | 11011011 | 1001111 | 10101 | 0 | 1110 | 11000100 | 1000110 | 110100 |
Color Harmonies of #2FADDB
Complementary color
Monochromatic Colors of #2FADDB
Black with #2FADDB
Text Example
Text Example
White with #2FADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FADDB; }
p { color: rgb(47,173,219); }
H1.HeaderClassName
{
color: #2FADDB;
}
.AnyTagClassName
{
color: #2FADDB;
}
</style>
background-color css
<style>
a { background-color: #2FADDB; }
a { background-color: rgb(47,173,219); }
div.DivClassName
{
background-color: #2FADDB;
}
.BgClassName
{
background-color: #2FADDB;
}
</style>
border-color css
<style>
span { border-color: #2FADDB; }
span { border-color: rgb(47,173,219); }
td.TdClassName
{
border-color: #2FADDB;
}
.TagClassName
{
border-color: #2FADDB;
}
</style>