Shades of Summer Sky #2DB8CE
Tints of Summer Sky #2DB8CE
RGB
CMYK
RGB Variations
Color information
#2DB8CE (or 0x2DB8CE) is known color: Summer Sky. HEX triplet: 2D, B8 and CE. RGB value is (45,184,206). Sum of RGB (Red+Green+Blue) = 45+184+206=435 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.34% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #2DB8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DB8CE is #D24731. Grayscale: #909090. Windows color (decimal): -13780786 or 13547565. OLE color: 13547565.
HSL color Cylindrical-coordinate representation of color #2DB8CE: hue angle of 188.2º 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 #2DB8CE is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 184 | 206 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.19 |
| HSL | 188.2º | 0.64% | 0.49% | - |
| HSV(B) | 188.2º | 0.78% | 0.81% | - |
| XYZ | 29.36 | 39.3 | 64.43 | - |
| YUV | 144.95 | 162.45 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 184 | 206 | 0.78 | 0.11 | 0 | 0.19 | 188.2 | 0.64 | 0.49 |
| Hex | 2D | B8 | CE | 4E | B | 0 | 13 | BC | 40 | 31 |
| Octal | 55 | 270 | 316 | 116 | 13 | 0 | 23 | 274 | 100 | 61 |
| Binary | 101101 | 10111000 | 11001110 | 1001110 | 1011 | 0 | 10011 | 10111100 | 1000000 | 110001 |
Color Harmonies of #2DB8CE
Complementary color
Monochromatic Colors of #2DB8CE
Black with #2DB8CE
Text Example
Text Example
White with #2DB8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB8CE; }
p { color: rgb(45,184,206); }
H1.HeaderClassName
{
color: #2DB8CE;
}
.AnyTagClassName
{
color: #2DB8CE;
}
</style>
background-color css
<style>
a { background-color: #2DB8CE; }
a { background-color: rgb(45,184,206); }
div.DivClassName
{
background-color: #2DB8CE;
}
.BgClassName
{
background-color: #2DB8CE;
}
</style>
border-color css
<style>
span { border-color: #2DB8CE; }
span { border-color: rgb(45,184,206); }
td.TdClassName
{
border-color: #2DB8CE;
}
.TagClassName
{
border-color: #2DB8CE;
}
</style>