Shades of Summer Sky #2DADDF
Tints of Summer Sky #2DADDF
RGB
CMYK
RGB Variations
Color information
#2DADDF (or 0x2DADDF) is known color: Summer Sky. HEX triplet: 2D, AD and DF. RGB value is (45,173,223). Sum of RGB (Red+Green+Blue) = 45+173+223=441 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.20% from 441); Green value is 173 (67.97% from 255 or 39.23% 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 #2DADDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DADDF is #D25220. Grayscale: #8C8C8C. Windows color (decimal): -13783585 or 14658861. OLE color: 14658861.
HSL color Cylindrical-coordinate representation of color #2DADDF: hue angle of 196.85º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DADDF is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 173 | 223 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.13 |
| HSL | 196.85º | 0.74% | 0.53% | - |
| HSV(B) | 196.85º | 0.8% | 0.87% | - |
| XYZ | 29.35 | 35.77 | 75.17 | - |
| YUV | 140.43 | 174.59 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 223 | 0.80 | 0.22 | 0 | 0.13 | 196.85 | 0.74 | 0.53 |
| Hex | 2D | AD | DF | 50 | 16 | 0 | D | C5 | 4A | 35 |
| Octal | 55 | 255 | 337 | 120 | 26 | 0 | 15 | 305 | 112 | 65 |
| Binary | 101101 | 10101101 | 11011111 | 1010000 | 10110 | 0 | 1101 | 11000101 | 1001010 | 110101 |
Color Harmonies of #2DADDF
Complementary color
Monochromatic Colors of #2DADDF
Black with #2DADDF
Text Example
Text Example
White with #2DADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DADDF; }
p { color: rgb(45,173,223); }
H1.HeaderClassName
{
color: #2DADDF;
}
.AnyTagClassName
{
color: #2DADDF;
}
</style>
background-color css
<style>
a { background-color: #2DADDF; }
a { background-color: rgb(45,173,223); }
div.DivClassName
{
background-color: #2DADDF;
}
.BgClassName
{
background-color: #2DADDF;
}
</style>
border-color css
<style>
span { border-color: #2DADDF; }
span { border-color: rgb(45,173,223); }
td.TdClassName
{
border-color: #2DADDF;
}
.TagClassName
{
border-color: #2DADDF;
}
</style>