Shades of Summer Sky #2DBEE0
Tints of Summer Sky #2DBEE0
RGB
CMYK
RGB Variations
Color information
#2DBEE0 (or 0x2DBEE0) is known color: Summer Sky. HEX triplet: 2D, BE and E0. RGB value is (45,190,224). Sum of RGB (Red+Green+Blue) = 45+190+224=459 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.80% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #2DBEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBEE0 is #D2411F. Grayscale: #969696. Windows color (decimal): -13779232 or 14728749. OLE color: 14728749.
HSL color Cylindrical-coordinate representation of color #2DBEE0: hue angle of 191.4º 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 #2DBEE0 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 45 | 190 | 224 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.12 |
| HSL | 191.4º | 0.74% | 0.53% | - |
| HSV(B) | 191.4º | 0.8% | 0.88% | - |
| XYZ | 32.95 | 42.77 | 77.04 | - |
| YUV | 150.52 | 169.46 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 224 | 0.80 | 0.15 | 0 | 0.12 | 191.4 | 0.74 | 0.53 |
| Hex | 2D | BE | E0 | 50 | F | 0 | C | BF | 4A | 35 |
| Octal | 55 | 276 | 340 | 120 | 17 | 0 | 14 | 277 | 112 | 65 |
| Binary | 101101 | 10111110 | 11100000 | 1010000 | 1111 | 0 | 1100 | 10111111 | 1001010 | 110101 |
Color Harmonies of #2DBEE0
Complementary color
Monochromatic Colors of #2DBEE0
Black with #2DBEE0
Text Example
Text Example
White with #2DBEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBEE0; }
p { color: rgb(45,190,224); }
H1.HeaderClassName
{
color: #2DBEE0;
}
.AnyTagClassName
{
color: #2DBEE0;
}
</style>
background-color css
<style>
a { background-color: #2DBEE0; }
a { background-color: rgb(45,190,224); }
div.DivClassName
{
background-color: #2DBEE0;
}
.BgClassName
{
background-color: #2DBEE0;
}
</style>
border-color css
<style>
span { border-color: #2DBEE0; }
span { border-color: rgb(45,190,224); }
td.TdClassName
{
border-color: #2DBEE0;
}
.TagClassName
{
border-color: #2DBEE0;
}
</style>