Shades of Summer Sky #2DBBDC
Tints of Summer Sky #2DBBDC
RGB
CMYK
RGB Variations
Color information
#2DBBDC (or 0x2DBBDC) is known color: Summer Sky. HEX triplet: 2D, BB and DC. RGB value is (45,187,220). Sum of RGB (Red+Green+Blue) = 45+187+220=452 (59% of max value = 765). Red value is 45 (17.97% from 255 or 9.96% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #2DBBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBBDC is #D24423. Grayscale: #949494. Windows color (decimal): -13780004 or 14465837. OLE color: 14465837.
HSL color Cylindrical-coordinate representation of color #2DBBDC: hue angle of 191.31º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DBBDC is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 187 | 220 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.14 |
| HSL | 191.31º | 0.71% | 0.52% | - |
| HSV(B) | 191.31º | 0.8% | 0.86% | - |
| XYZ | 31.77 | 41.27 | 74 | - |
| YUV | 148.3 | 168.46 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 187 | 220 | 0.80 | 0.15 | 0 | 0.14 | 191.31 | 0.71 | 0.52 |
| Hex | 2D | BB | DC | 50 | F | 0 | E | BF | 47 | 34 |
| Octal | 55 | 273 | 334 | 120 | 17 | 0 | 16 | 277 | 107 | 64 |
| Binary | 101101 | 10111011 | 11011100 | 1010000 | 1111 | 0 | 1110 | 10111111 | 1000111 | 110100 |
Color Harmonies of #2DBBDC
Complementary color
Monochromatic Colors of #2DBBDC
Black with #2DBBDC
Text Example
Text Example
White with #2DBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBBDC; }
p { color: rgb(45,187,220); }
H1.HeaderClassName
{
color: #2DBBDC;
}
.AnyTagClassName
{
color: #2DBBDC;
}
</style>
background-color css
<style>
a { background-color: #2DBBDC; }
a { background-color: rgb(45,187,220); }
div.DivClassName
{
background-color: #2DBBDC;
}
.BgClassName
{
background-color: #2DBBDC;
}
</style>
border-color css
<style>
span { border-color: #2DBBDC; }
span { border-color: rgb(45,187,220); }
td.TdClassName
{
border-color: #2DBBDC;
}
.TagClassName
{
border-color: #2DBBDC;
}
</style>