Shades of Summer Sky #2DBCCA
Tints of Summer Sky #2DBCCA
RGB
CMYK
RGB Variations
Color information
#2DBCCA (or 0x2DBCCA) is known color: Summer Sky. HEX triplet: 2D, BC and CA. RGB value is (45,188,202). Sum of RGB (Red+Green+Blue) = 45+188+202=435 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.34% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #2DBCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBCCA is #D24335. Grayscale: #929292. Windows color (decimal): -13779766 or 13286445. OLE color: 13286445.
HSL color Cylindrical-coordinate representation of color #2DBCCA: hue angle of 185.35º 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 #2DBCCA is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 188 | 202 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.21 |
| HSL | 185.35º | 0.64% | 0.48% | - |
| HSV(B) | 185.35º | 0.78% | 0.79% | - |
| XYZ | 29.73 | 40.79 | 62.18 | - |
| YUV | 146.84 | 159.12 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 202 | 0.78 | 0.07 | 0 | 0.21 | 185.35 | 0.64 | 0.48 |
| Hex | 2D | BC | CA | 4E | 7 | 0 | 15 | B9 | 40 | 30 |
| Octal | 55 | 274 | 312 | 116 | 7 | 0 | 25 | 271 | 100 | 60 |
| Binary | 101101 | 10111100 | 11001010 | 1001110 | 111 | 0 | 10101 | 10111001 | 1000000 | 110000 |
Color Harmonies of #2DBCCA
Complementary color
Monochromatic Colors of #2DBCCA
Black with #2DBCCA
Text Example
Text Example
White with #2DBCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCCA; }
p { color: rgb(45,188,202); }
H1.HeaderClassName
{
color: #2DBCCA;
}
.AnyTagClassName
{
color: #2DBCCA;
}
</style>
background-color css
<style>
a { background-color: #2DBCCA; }
a { background-color: rgb(45,188,202); }
div.DivClassName
{
background-color: #2DBCCA;
}
.BgClassName
{
background-color: #2DBCCA;
}
</style>
border-color css
<style>
span { border-color: #2DBCCA; }
span { border-color: rgb(45,188,202); }
td.TdClassName
{
border-color: #2DBCCA;
}
.TagClassName
{
border-color: #2DBCCA;
}
</style>