Shades of Summer Sky #2DBECD
Tints of Summer Sky #2DBECD
RGB
CMYK
RGB Variations
Color information
#2DBECD (or 0x2DBECD) is known color: Summer Sky. HEX triplet: 2D, BE and CD. RGB value is (45,190,205). Sum of RGB (Red+Green+Blue) = 45+190+205=440 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.23% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #2DBECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBECD is #D24132. Grayscale: #949494. Windows color (decimal): -13779251 or 13483565. OLE color: 13483565.
HSL color Cylindrical-coordinate representation of color #2DBECD: hue angle of 185.62º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DBECD is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 190 | 205 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.20 |
| HSL | 185.63º | 0.64% | 0.49% | - |
| HSV(B) | 185.63º | 0.78% | 0.8% | - |
| XYZ | 30.52 | 41.79 | 64.22 | - |
| YUV | 148.36 | 159.96 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 205 | 0.78 | 0.07 | 0 | 0.20 | 185.63 | 0.64 | 0.49 |
| Hex | 2D | BE | CD | 4E | 7 | 0 | 14 | BA | 40 | 31 |
| Octal | 55 | 276 | 315 | 116 | 7 | 0 | 24 | 272 | 100 | 61 |
| Binary | 101101 | 10111110 | 11001101 | 1001110 | 111 | 0 | 10100 | 10111010 | 1000000 | 110001 |
Color Harmonies of #2DBECD
Complementary color
Monochromatic Colors of #2DBECD
Black with #2DBECD
Text Example
Text Example
White with #2DBECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBECD; }
p { color: rgb(45,190,205); }
H1.HeaderClassName
{
color: #2DBECD;
}
.AnyTagClassName
{
color: #2DBECD;
}
</style>
background-color css
<style>
a { background-color: #2DBECD; }
a { background-color: rgb(45,190,205); }
div.DivClassName
{
background-color: #2DBECD;
}
.BgClassName
{
background-color: #2DBECD;
}
</style>
border-color css
<style>
span { border-color: #2DBECD; }
span { border-color: rgb(45,190,205); }
td.TdClassName
{
border-color: #2DBECD;
}
.TagClassName
{
border-color: #2DBECD;
}
</style>