Shades of Summer Sky #2DBDDF
Tints of Summer Sky #2DBDDF
RGB
CMYK
RGB Variations
Color information
#2DBDDF (or 0x2DBDDF) is known color: Summer Sky. HEX triplet: 2D, BD and DF. RGB value is (45,189,223). Sum of RGB (Red+Green+Blue) = 45+189+223=457 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.85% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #2DBDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBDDF is #D24220. Grayscale: #959595. Windows color (decimal): -13779489 or 14662957. OLE color: 14662957.
HSL color Cylindrical-coordinate representation of color #2DBDDF: hue angle of 191.46º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DBDDF is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 189 | 223 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.13 |
| HSL | 191.46º | 0.74% | 0.53% | - |
| HSV(B) | 191.46º | 0.8% | 0.87% | - |
| XYZ | 32.6 | 42.28 | 76.25 | - |
| YUV | 149.82 | 169.29 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 223 | 0.80 | 0.15 | 0 | 0.13 | 191.46 | 0.74 | 0.53 |
| Hex | 2D | BD | DF | 50 | F | 0 | D | BF | 4A | 35 |
| Octal | 55 | 275 | 337 | 120 | 17 | 0 | 15 | 277 | 112 | 65 |
| Binary | 101101 | 10111101 | 11011111 | 1010000 | 1111 | 0 | 1101 | 10111111 | 1001010 | 110101 |
Color Harmonies of #2DBDDF
Complementary color
Monochromatic Colors of #2DBDDF
Black with #2DBDDF
Text Example
Text Example
White with #2DBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBDDF; }
p { color: rgb(45,189,223); }
H1.HeaderClassName
{
color: #2DBDDF;
}
.AnyTagClassName
{
color: #2DBDDF;
}
</style>
background-color css
<style>
a { background-color: #2DBDDF; }
a { background-color: rgb(45,189,223); }
div.DivClassName
{
background-color: #2DBDDF;
}
.BgClassName
{
background-color: #2DBDDF;
}
</style>
border-color css
<style>
span { border-color: #2DBDDF; }
span { border-color: rgb(45,189,223); }
td.TdClassName
{
border-color: #2DBDDF;
}
.TagClassName
{
border-color: #2DBDDF;
}
</style>