Shades of Summer Sky #2DBCEC
Tints of Summer Sky #2DBCEC
RGB
CMYK
RGB Variations
Color information
#2DBCEC (or 0x2DBCEC) is known color: Summer Sky. HEX triplet: 2D, BC and EC. RGB value is (45,188,236). Sum of RGB (Red+Green+Blue) = 45+188+236=469 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.59% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #2DBCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBCEC is #D24313. Grayscale: #969696. Windows color (decimal): -13779732 or 15514669. OLE color: 15514669.
HSL color Cylindrical-coordinate representation of color #2DBCEC: hue angle of 195.08º degrees, saturation: 0.83, 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 #2DBCEC is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 188 | 236 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.07 |
| HSL | 195.08º | 0.83% | 0.55% | - |
| HSV(B) | 195.08º | 0.81% | 0.93% | - |
| XYZ | 34.21 | 42.58 | 85.77 | - |
| YUV | 150.72 | 176.12 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 236 | 0.81 | 0.20 | 0 | 0.07 | 195.08 | 0.83 | 0.55 |
| Hex | 2D | BC | EC | 51 | 14 | 0 | 7 | C3 | 53 | 37 |
| Octal | 55 | 274 | 354 | 121 | 24 | 0 | 7 | 303 | 123 | 67 |
| Binary | 101101 | 10111100 | 11101100 | 1010001 | 10100 | 0 | 111 | 11000011 | 1010011 | 110111 |
Color Harmonies of #2DBCEC
Complementary color
Monochromatic Colors of #2DBCEC
Black with #2DBCEC
Text Example
Text Example
White with #2DBCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCEC; }
p { color: rgb(45,188,236); }
H1.HeaderClassName
{
color: #2DBCEC;
}
.AnyTagClassName
{
color: #2DBCEC;
}
</style>
background-color css
<style>
a { background-color: #2DBCEC; }
a { background-color: rgb(45,188,236); }
div.DivClassName
{
background-color: #2DBCEC;
}
.BgClassName
{
background-color: #2DBCEC;
}
</style>
border-color css
<style>
span { border-color: #2DBCEC; }
span { border-color: rgb(45,188,236); }
td.TdClassName
{
border-color: #2DBCEC;
}
.TagClassName
{
border-color: #2DBCEC;
}
</style>