Shades of Summer Sky #2DBDCA
Tints of Summer Sky #2DBDCA
RGB
CMYK
RGB Variations
Color information
#2DBDCA (or 0x2DBDCA) is known color: Summer Sky. HEX triplet: 2D, BD and CA. RGB value is (45,189,202). Sum of RGB (Red+Green+Blue) = 45+189+202=436 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.32% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #2DBDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBDCA is #D24235. Grayscale: #939393. Windows color (decimal): -13779510 or 13286701. OLE color: 13286701.
HSL color Cylindrical-coordinate representation of color #2DBDCA: hue angle of 184.97º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DBDCA is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 189 | 202 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.21 |
| HSL | 184.97º | 0.64% | 0.48% | - |
| HSV(B) | 184.97º | 0.78% | 0.79% | - |
| XYZ | 29.94 | 41.22 | 62.25 | - |
| YUV | 147.43 | 158.79 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 202 | 0.78 | 0.06 | 0 | 0.21 | 184.97 | 0.64 | 0.48 |
| Hex | 2D | BD | CA | 4E | 6 | 0 | 15 | B9 | 40 | 30 |
| Octal | 55 | 275 | 312 | 116 | 6 | 0 | 25 | 271 | 100 | 60 |
| Binary | 101101 | 10111101 | 11001010 | 1001110 | 110 | 0 | 10101 | 10111001 | 1000000 | 110000 |
Color Harmonies of #2DBDCA
Complementary color
Monochromatic Colors of #2DBDCA
Black with #2DBDCA
Text Example
Text Example
White with #2DBDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBDCA; }
p { color: rgb(45,189,202); }
H1.HeaderClassName
{
color: #2DBDCA;
}
.AnyTagClassName
{
color: #2DBDCA;
}
</style>
background-color css
<style>
a { background-color: #2DBDCA; }
a { background-color: rgb(45,189,202); }
div.DivClassName
{
background-color: #2DBDCA;
}
.BgClassName
{
background-color: #2DBDCA;
}
</style>
border-color css
<style>
span { border-color: #2DBDCA; }
span { border-color: rgb(45,189,202); }
td.TdClassName
{
border-color: #2DBDCA;
}
.TagClassName
{
border-color: #2DBDCA;
}
</style>