Shades of Summer Sky #2DBEDF
Tints of Summer Sky #2DBEDF
RGB
CMYK
RGB Variations
Color information
#2DBEDF (or 0x2DBEDF) is known color: Summer Sky. HEX triplet: 2D, BE and DF. RGB value is (45,190,223). Sum of RGB (Red+Green+Blue) = 45+190+223=458 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.83% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #2DBEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBEDF is #D24120. Grayscale: #969696. Windows color (decimal): -13779233 or 14663213. OLE color: 14663213.
HSL color Cylindrical-coordinate representation of color #2DBEDF: hue angle of 191.12º 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 #2DBEDF is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 190 | 223 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.13 |
| HSL | 191.12º | 0.74% | 0.53% | - |
| HSV(B) | 191.12º | 0.8% | 0.87% | - |
| XYZ | 32.81 | 42.71 | 76.33 | - |
| YUV | 150.41 | 168.96 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 223 | 0.80 | 0.15 | 0 | 0.13 | 191.12 | 0.74 | 0.53 |
| Hex | 2D | BE | DF | 50 | F | 0 | D | BF | 4A | 35 |
| Octal | 55 | 276 | 337 | 120 | 17 | 0 | 15 | 277 | 112 | 65 |
| Binary | 101101 | 10111110 | 11011111 | 1010000 | 1111 | 0 | 1101 | 10111111 | 1001010 | 110101 |
Color Harmonies of #2DBEDF
Complementary color
Monochromatic Colors of #2DBEDF
Black with #2DBEDF
Text Example
Text Example
White with #2DBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBEDF; }
p { color: rgb(45,190,223); }
H1.HeaderClassName
{
color: #2DBEDF;
}
.AnyTagClassName
{
color: #2DBEDF;
}
</style>
background-color css
<style>
a { background-color: #2DBEDF; }
a { background-color: rgb(45,190,223); }
div.DivClassName
{
background-color: #2DBEDF;
}
.BgClassName
{
background-color: #2DBEDF;
}
</style>
border-color css
<style>
span { border-color: #2DBEDF; }
span { border-color: rgb(45,190,223); }
td.TdClassName
{
border-color: #2DBEDF;
}
.TagClassName
{
border-color: #2DBEDF;
}
</style>