Shades of Summer Sky #2DAADF
Tints of Summer Sky #2DAADF
RGB
CMYK
RGB Variations
Color information
#2DAADF (or 0x2DAADF) is known color: Summer Sky. HEX triplet: 2D, AA and DF. RGB value is (45,170,223). Sum of RGB (Red+Green+Blue) = 45+170+223=438 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.27% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #2DAADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DAADF is #D25520. Grayscale: #8A8A8A. Windows color (decimal): -13784353 or 14658093. OLE color: 14658093.
HSL color Cylindrical-coordinate representation of color #2DAADF: hue angle of 197.87º 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 #2DAADF is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 170 | 223 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.13 |
| HSL | 197.87º | 0.74% | 0.53% | - |
| HSV(B) | 197.87º | 0.8% | 0.87% | - |
| XYZ | 28.78 | 34.64 | 74.98 | - |
| YUV | 138.67 | 175.59 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 223 | 0.80 | 0.24 | 0 | 0.13 | 197.87 | 0.74 | 0.53 |
| Hex | 2D | AA | DF | 50 | 18 | 0 | D | C6 | 4A | 35 |
| Octal | 55 | 252 | 337 | 120 | 30 | 0 | 15 | 306 | 112 | 65 |
| Binary | 101101 | 10101010 | 11011111 | 1010000 | 11000 | 0 | 1101 | 11000110 | 1001010 | 110101 |
Color Harmonies of #2DAADF
Complementary color
Monochromatic Colors of #2DAADF
Black with #2DAADF
Text Example
Text Example
White with #2DAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAADF; }
p { color: rgb(45,170,223); }
H1.HeaderClassName
{
color: #2DAADF;
}
.AnyTagClassName
{
color: #2DAADF;
}
</style>
background-color css
<style>
a { background-color: #2DAADF; }
a { background-color: rgb(45,170,223); }
div.DivClassName
{
background-color: #2DAADF;
}
.BgClassName
{
background-color: #2DAADF;
}
</style>
border-color css
<style>
span { border-color: #2DAADF; }
span { border-color: rgb(45,170,223); }
td.TdClassName
{
border-color: #2DAADF;
}
.TagClassName
{
border-color: #2DAADF;
}
</style>