Shades of Summer Sky #2DBBCE
Tints of Summer Sky #2DBBCE
RGB
CMYK
RGB Variations
Color information
#2DBBCE (or 0x2DBBCE) is known color: Summer Sky. HEX triplet: 2D, BB and CE. RGB value is (45,187,206). Sum of RGB (Red+Green+Blue) = 45+187+206=438 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.27% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #2DBBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBBCE is #D24431. Grayscale: #929292. Windows color (decimal): -13780018 or 13548333. OLE color: 13548333.
HSL color Cylindrical-coordinate representation of color #2DBBCE: hue angle of 187.08º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DBBCE is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 187 | 206 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.19 |
| HSL | 187.08º | 0.64% | 0.49% | - |
| HSV(B) | 187.08º | 0.78% | 0.81% | - |
| XYZ | 29.99 | 40.55 | 64.64 | - |
| YUV | 146.71 | 161.46 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 187 | 206 | 0.78 | 0.09 | 0 | 0.19 | 187.08 | 0.64 | 0.49 |
| Hex | 2D | BB | CE | 4E | 9 | 0 | 13 | BB | 40 | 31 |
| Octal | 55 | 273 | 316 | 116 | 11 | 0 | 23 | 273 | 100 | 61 |
| Binary | 101101 | 10111011 | 11001110 | 1001110 | 1001 | 0 | 10011 | 10111011 | 1000000 | 110001 |
Color Harmonies of #2DBBCE
Complementary color
Monochromatic Colors of #2DBBCE
Black with #2DBBCE
Text Example
Text Example
White with #2DBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBBCE; }
p { color: rgb(45,187,206); }
H1.HeaderClassName
{
color: #2DBBCE;
}
.AnyTagClassName
{
color: #2DBBCE;
}
</style>
background-color css
<style>
a { background-color: #2DBBCE; }
a { background-color: rgb(45,187,206); }
div.DivClassName
{
background-color: #2DBBCE;
}
.BgClassName
{
background-color: #2DBBCE;
}
</style>
border-color css
<style>
span { border-color: #2DBBCE; }
span { border-color: rgb(45,187,206); }
td.TdClassName
{
border-color: #2DBBCE;
}
.TagClassName
{
border-color: #2DBBCE;
}
</style>