Shades of Summer Sky #2DBDDE
Tints of Summer Sky #2DBDDE
RGB
CMYK
RGB Variations
Color information
#2DBDDE (or 0x2DBDDE) is known color: Summer Sky. HEX triplet: 2D, BD and DE. RGB value is (45,189,222). Sum of RGB (Red+Green+Blue) = 45+189+222=456 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.87% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #2DBDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBDDE is #D24221. Grayscale: #959595. Windows color (decimal): -13779490 or 14597421. OLE color: 14597421.
HSL color Cylindrical-coordinate representation of color #2DBDDE: hue angle of 191.19º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DBDDE is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 189 | 222 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.13 |
| HSL | 191.19º | 0.73% | 0.52% | - |
| HSV(B) | 191.19º | 0.8% | 0.87% | - |
| XYZ | 32.46 | 42.23 | 75.55 | - |
| YUV | 149.71 | 168.79 | 53.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 222 | 0.80 | 0.15 | 0 | 0.13 | 191.19 | 0.73 | 0.52 |
| Hex | 2D | BD | DE | 50 | F | 0 | D | BF | 49 | 34 |
| Octal | 55 | 275 | 336 | 120 | 17 | 0 | 15 | 277 | 111 | 64 |
| Binary | 101101 | 10111101 | 11011110 | 1010000 | 1111 | 0 | 1101 | 10111111 | 1001001 | 110100 |
Color Harmonies of #2DBDDE
Complementary color
Monochromatic Colors of #2DBDDE
Black with #2DBDDE
Text Example
Text Example
White with #2DBDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBDDE; }
p { color: rgb(45,189,222); }
H1.HeaderClassName
{
color: #2DBDDE;
}
.AnyTagClassName
{
color: #2DBDDE;
}
</style>
background-color css
<style>
a { background-color: #2DBDDE; }
a { background-color: rgb(45,189,222); }
div.DivClassName
{
background-color: #2DBDDE;
}
.BgClassName
{
background-color: #2DBDDE;
}
</style>
border-color css
<style>
span { border-color: #2DBDDE; }
span { border-color: rgb(45,189,222); }
td.TdClassName
{
border-color: #2DBDDE;
}
.TagClassName
{
border-color: #2DBDDE;
}
</style>