Shades of Summer Sky #2DBDE0
Tints of Summer Sky #2DBDE0
RGB
CMYK
RGB Variations
Color information
#2DBDE0 (or 0x2DBDE0) is known color: Summer Sky. HEX triplet: 2D, BD and E0. RGB value is (45,189,224). Sum of RGB (Red+Green+Blue) = 45+189+224=458 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.83% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #2DBDE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBDE0 is #D2421F. Grayscale: #959595. Windows color (decimal): -13779488 or 14728493. OLE color: 14728493.
HSL color Cylindrical-coordinate representation of color #2DBDE0: hue angle of 191.73º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DBDE0 is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 45 | 189 | 224 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.12 |
| HSL | 191.73º | 0.74% | 0.53% | - |
| HSV(B) | 191.73º | 0.8% | 0.88% | - |
| XYZ | 32.73 | 42.33 | 76.97 | - |
| YUV | 149.93 | 169.79 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 224 | 0.80 | 0.16 | 0 | 0.12 | 191.73 | 0.74 | 0.53 |
| Hex | 2D | BD | E0 | 50 | 10 | 0 | C | C0 | 4A | 35 |
| Octal | 55 | 275 | 340 | 120 | 20 | 0 | 14 | 300 | 112 | 65 |
| Binary | 101101 | 10111101 | 11100000 | 1010000 | 10000 | 0 | 1100 | 11000000 | 1001010 | 110101 |
Color Harmonies of #2DBDE0
Complementary color
Monochromatic Colors of #2DBDE0
Black with #2DBDE0
Text Example
Text Example
White with #2DBDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBDE0; }
p { color: rgb(45,189,224); }
H1.HeaderClassName
{
color: #2DBDE0;
}
.AnyTagClassName
{
color: #2DBDE0;
}
</style>
background-color css
<style>
a { background-color: #2DBDE0; }
a { background-color: rgb(45,189,224); }
div.DivClassName
{
background-color: #2DBDE0;
}
.BgClassName
{
background-color: #2DBDE0;
}
</style>
border-color css
<style>
span { border-color: #2DBDE0; }
span { border-color: rgb(45,189,224); }
td.TdClassName
{
border-color: #2DBDE0;
}
.TagClassName
{
border-color: #2DBDE0;
}
</style>