Shades of Summer Sky #2DBCCB
Tints of Summer Sky #2DBCCB
RGB
CMYK
RGB Variations
Color information
#2DBCCB (or 0x2DBCCB) is known color: Summer Sky. HEX triplet: 2D, BC and CB. RGB value is (45,188,203). Sum of RGB (Red+Green+Blue) = 45+188+203=436 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.32% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #2DBCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBCCB is #D24334. Grayscale: #929292. Windows color (decimal): -13779765 or 13351981. OLE color: 13351981.
HSL color Cylindrical-coordinate representation of color #2DBCCB: hue angle of 185.7º 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 #2DBCCB is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 188 | 203 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.20 |
| HSL | 185.7º | 0.64% | 0.49% | - |
| HSV(B) | 185.7º | 0.78% | 0.8% | - |
| XYZ | 29.84 | 40.84 | 62.81 | - |
| YUV | 146.95 | 159.62 | 55.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 203 | 0.78 | 0.07 | 0 | 0.20 | 185.7 | 0.64 | 0.49 |
| Hex | 2D | BC | CB | 4E | 7 | 0 | 14 | BA | 40 | 31 |
| Octal | 55 | 274 | 313 | 116 | 7 | 0 | 24 | 272 | 100 | 61 |
| Binary | 101101 | 10111100 | 11001011 | 1001110 | 111 | 0 | 10100 | 10111010 | 1000000 | 110001 |
Color Harmonies of #2DBCCB
Complementary color
Monochromatic Colors of #2DBCCB
Black with #2DBCCB
Text Example
Text Example
White with #2DBCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCCB; }
p { color: rgb(45,188,203); }
H1.HeaderClassName
{
color: #2DBCCB;
}
.AnyTagClassName
{
color: #2DBCCB;
}
</style>
background-color css
<style>
a { background-color: #2DBCCB; }
a { background-color: rgb(45,188,203); }
div.DivClassName
{
background-color: #2DBCCB;
}
.BgClassName
{
background-color: #2DBCCB;
}
</style>
border-color css
<style>
span { border-color: #2DBCCB; }
span { border-color: rgb(45,188,203); }
td.TdClassName
{
border-color: #2DBCCB;
}
.TagClassName
{
border-color: #2DBCCB;
}
</style>