Shades of Summer Sky #2DBEDE
Tints of Summer Sky #2DBEDE
RGB
CMYK
RGB Variations
Color information
#2DBEDE (or 0x2DBEDE) is known color: Summer Sky. HEX triplet: 2D, BE and DE. RGB value is (45,190,222). Sum of RGB (Red+Green+Blue) = 45+190+222=457 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.85% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #2DBEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBEDE is #D24121. Grayscale: #969696. Windows color (decimal): -13779234 or 14597677. OLE color: 14597677.
HSL color Cylindrical-coordinate representation of color #2DBEDE: hue angle of 190.85º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DBEDE is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 190 | 222 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.13 |
| HSL | 190.85º | 0.73% | 0.52% | - |
| HSV(B) | 190.85º | 0.8% | 0.87% | - |
| XYZ | 32.68 | 42.66 | 75.62 | - |
| YUV | 150.29 | 168.46 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 222 | 0.80 | 0.14 | 0 | 0.13 | 190.85 | 0.73 | 0.52 |
| Hex | 2D | BE | DE | 50 | E | 0 | D | BF | 49 | 34 |
| Octal | 55 | 276 | 336 | 120 | 16 | 0 | 15 | 277 | 111 | 64 |
| Binary | 101101 | 10111110 | 11011110 | 1010000 | 1110 | 0 | 1101 | 10111111 | 1001001 | 110100 |
Color Harmonies of #2DBEDE
Complementary color
Monochromatic Colors of #2DBEDE
Black with #2DBEDE
Text Example
Text Example
White with #2DBEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBEDE; }
p { color: rgb(45,190,222); }
H1.HeaderClassName
{
color: #2DBEDE;
}
.AnyTagClassName
{
color: #2DBEDE;
}
</style>
background-color css
<style>
a { background-color: #2DBEDE; }
a { background-color: rgb(45,190,222); }
div.DivClassName
{
background-color: #2DBEDE;
}
.BgClassName
{
background-color: #2DBEDE;
}
</style>
border-color css
<style>
span { border-color: #2DBEDE; }
span { border-color: rgb(45,190,222); }
td.TdClassName
{
border-color: #2DBEDE;
}
.TagClassName
{
border-color: #2DBEDE;
}
</style>