Shades of Summer Sky #2DBDEF
Tints of Summer Sky #2DBDEF
RGB
CMYK
RGB Variations
Color information
#2DBDEF (or 0x2DBDEF) is known color: Summer Sky. HEX triplet: 2D, BD and EF. RGB value is (45,189,239). Sum of RGB (Red+Green+Blue) = 45+189+239=473 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.51% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #2DBDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBDEF is #D24210. Grayscale: #979797. Windows color (decimal): -13779473 or 15711533. OLE color: 15711533.
HSL color Cylindrical-coordinate representation of color #2DBDEF: hue angle of 195.46º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DBDEF is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 189 | 239 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.06 |
| HSL | 195.46º | 0.86% | 0.56% | - |
| HSV(B) | 195.46º | 0.81% | 0.94% | - |
| XYZ | 34.86 | 43.19 | 88.16 | - |
| YUV | 151.64 | 177.29 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 239 | 0.81 | 0.21 | 0 | 0.06 | 195.46 | 0.86 | 0.56 |
| Hex | 2D | BD | EF | 51 | 15 | 0 | 6 | C3 | 56 | 38 |
| Octal | 55 | 275 | 357 | 121 | 25 | 0 | 6 | 303 | 126 | 70 |
| Binary | 101101 | 10111101 | 11101111 | 1010001 | 10101 | 0 | 110 | 11000011 | 1010110 | 111000 |
Color Harmonies of #2DBDEF
Complementary color
Monochromatic Colors of #2DBDEF
Black with #2DBDEF
Text Example
Text Example
White with #2DBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBDEF; }
p { color: rgb(45,189,239); }
H1.HeaderClassName
{
color: #2DBDEF;
}
.AnyTagClassName
{
color: #2DBDEF;
}
</style>
background-color css
<style>
a { background-color: #2DBDEF; }
a { background-color: rgb(45,189,239); }
div.DivClassName
{
background-color: #2DBDEF;
}
.BgClassName
{
background-color: #2DBDEF;
}
</style>
border-color css
<style>
span { border-color: #2DBDEF; }
span { border-color: rgb(45,189,239); }
td.TdClassName
{
border-color: #2DBDEF;
}
.TagClassName
{
border-color: #2DBDEF;
}
</style>