Shades of Summer Sky #2DADEF
Tints of Summer Sky #2DADEF
RGB
CMYK
RGB Variations
Color information
#2DADEF (or 0x2DADEF) is known color: Summer Sky. HEX triplet: 2D, AD and EF. RGB value is (45,173,239). Sum of RGB (Red+Green+Blue) = 45+173+239=457 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.85% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #2DADEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DADEF is #D25210. Grayscale: #8D8D8D. Windows color (decimal): -13783569 or 15707437. OLE color: 15707437.
HSL color Cylindrical-coordinate representation of color #2DADEF: hue angle of 200.41º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DADEF is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 173 | 239 | - |
| CMYK | 0.81 | 0.28 | 0 | 0.06 |
| HSL | 200.41º | 0.86% | 0.56% | - |
| HSV(B) | 200.41º | 0.81% | 0.94% | - |
| XYZ | 31.61 | 36.68 | 87.07 | - |
| YUV | 142.25 | 182.59 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 239 | 0.81 | 0.28 | 0 | 0.06 | 200.41 | 0.86 | 0.56 |
| Hex | 2D | AD | EF | 51 | 1C | 0 | 6 | C8 | 56 | 38 |
| Octal | 55 | 255 | 357 | 121 | 34 | 0 | 6 | 310 | 126 | 70 |
| Binary | 101101 | 10101101 | 11101111 | 1010001 | 11100 | 0 | 110 | 11001000 | 1010110 | 111000 |
Color Harmonies of #2DADEF
Complementary color
Monochromatic Colors of #2DADEF
Black with #2DADEF
Text Example
Text Example
White with #2DADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DADEF; }
p { color: rgb(45,173,239); }
H1.HeaderClassName
{
color: #2DADEF;
}
.AnyTagClassName
{
color: #2DADEF;
}
</style>
background-color css
<style>
a { background-color: #2DADEF; }
a { background-color: rgb(45,173,239); }
div.DivClassName
{
background-color: #2DADEF;
}
.BgClassName
{
background-color: #2DADEF;
}
</style>
border-color css
<style>
span { border-color: #2DADEF; }
span { border-color: rgb(45,173,239); }
td.TdClassName
{
border-color: #2DADEF;
}
.TagClassName
{
border-color: #2DADEF;
}
</style>