Shades of Summer Sky #2DBAEE
Tints of Summer Sky #2DBAEE
RGB
CMYK
RGB Variations
Color information
#2DBAEE (or 0x2DBAEE) is known color: Summer Sky. HEX triplet: 2D, BA and EE. RGB value is (45,186,238). Sum of RGB (Red+Green+Blue) = 45+186+238=469 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.59% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #2DBAEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBAEE is #D24511. Grayscale: #959595. Windows color (decimal): -13780242 or 15645229. OLE color: 15645229.
HSL color Cylindrical-coordinate representation of color #2DBAEE: hue angle of 196.17º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DBAEE is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 186 | 238 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.07 |
| HSL | 196.17º | 0.85% | 0.55% | - |
| HSV(B) | 196.17º | 0.81% | 0.93% | - |
| XYZ | 34.07 | 41.85 | 87.17 | - |
| YUV | 149.77 | 177.79 | 53.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 238 | 0.81 | 0.22 | 0 | 0.07 | 196.17 | 0.85 | 0.55 |
| Hex | 2D | BA | EE | 51 | 16 | 0 | 7 | C4 | 55 | 37 |
| Octal | 55 | 272 | 356 | 121 | 26 | 0 | 7 | 304 | 125 | 67 |
| Binary | 101101 | 10111010 | 11101110 | 1010001 | 10110 | 0 | 111 | 11000100 | 1010101 | 110111 |
Color Harmonies of #2DBAEE
Complementary color
Monochromatic Colors of #2DBAEE
Black with #2DBAEE
Text Example
Text Example
White with #2DBAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBAEE; }
p { color: rgb(45,186,238); }
H1.HeaderClassName
{
color: #2DBAEE;
}
.AnyTagClassName
{
color: #2DBAEE;
}
</style>
background-color css
<style>
a { background-color: #2DBAEE; }
a { background-color: rgb(45,186,238); }
div.DivClassName
{
background-color: #2DBAEE;
}
.BgClassName
{
background-color: #2DBAEE;
}
</style>
border-color css
<style>
span { border-color: #2DBAEE; }
span { border-color: rgb(45,186,238); }
td.TdClassName
{
border-color: #2DBAEE;
}
.TagClassName
{
border-color: #2DBAEE;
}
</style>