Shades of Summer Sky #2DADF1
Tints of Summer Sky #2DADF1
RGB
CMYK
RGB Variations
Color information
#2DADF1 (or 0x2DADF1) is known color: Summer Sky. HEX triplet: 2D, AD and F1. RGB value is (45,173,241). Sum of RGB (Red+Green+Blue) = 45+173+241=459 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.80% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 241 (94.53% from 255 or 52.51% from 459); Max value from RGB is 241 - color contains mainly: blue. Hex color #2DADF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DADF1 is #D2520E. Grayscale: #8E8E8E. Windows color (decimal): -13783567 or 15838509. OLE color: 15838509.
HSL color Cylindrical-coordinate representation of color #2DADF1: hue angle of 200.82º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DADF1 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 173 | 241 | - |
| CMYK | 0.81 | 0.28 | 0 | 0.05 |
| HSL | 200.82º | 0.88% | 0.56% | - |
| HSV(B) | 200.82º | 0.81% | 0.95% | - |
| XYZ | 31.9 | 36.8 | 88.64 | - |
| YUV | 142.48 | 183.59 | 58.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 241 | 0.81 | 0.28 | 0 | 0.05 | 200.82 | 0.88 | 0.56 |
| Hex | 2D | AD | F1 | 51 | 1C | 0 | 5 | C9 | 58 | 38 |
| Octal | 55 | 255 | 361 | 121 | 34 | 0 | 5 | 311 | 130 | 70 |
| Binary | 101101 | 10101101 | 11110001 | 1010001 | 11100 | 0 | 101 | 11001001 | 1011000 | 111000 |
Color Harmonies of #2DADF1
Complementary color
Monochromatic Colors of #2DADF1
Black with #2DADF1
Text Example
Text Example
White with #2DADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DADF1; }
p { color: rgb(45,173,241); }
H1.HeaderClassName
{
color: #2DADF1;
}
.AnyTagClassName
{
color: #2DADF1;
}
</style>
background-color css
<style>
a { background-color: #2DADF1; }
a { background-color: rgb(45,173,241); }
div.DivClassName
{
background-color: #2DADF1;
}
.BgClassName
{
background-color: #2DADF1;
}
</style>
border-color css
<style>
span { border-color: #2DADF1; }
span { border-color: rgb(45,173,241); }
td.TdClassName
{
border-color: #2DADF1;
}
.TagClassName
{
border-color: #2DADF1;
}
</style>