Shades of Summer Sky #2DCFE5
Tints of Summer Sky #2DCFE5
RGB
CMYK
RGB Variations
Color information
#2DCFE5 (or 0x2DCFE5) is known color: Summer Sky. HEX triplet: 2D, CF and E5. RGB value is (45,207,229). Sum of RGB (Red+Green+Blue) = 45+207+229=481 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.36% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #2DCFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCFE5 is #D2301A. Grayscale: #A0A0A0. Windows color (decimal): -13774875 or 15060781. OLE color: 15060781.
HSL color Cylindrical-coordinate representation of color #2DCFE5: hue angle of 187.17º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DCFE5 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 45 | 207 | 229 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.10 |
| HSL | 187.17º | 0.78% | 0.54% | - |
| HSV(B) | 187.17º | 0.8% | 0.9% | - |
| XYZ | 37.54 | 50.84 | 81.96 | - |
| YUV | 161.07 | 166.33 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 229 | 0.80 | 0.10 | 0 | 0.10 | 187.17 | 0.78 | 0.54 |
| Hex | 2D | CF | E5 | 50 | A | 0 | A | BB | 4E | 36 |
| Octal | 55 | 317 | 345 | 120 | 12 | 0 | 12 | 273 | 116 | 66 |
| Binary | 101101 | 11001111 | 11100101 | 1010000 | 1010 | 0 | 1010 | 10111011 | 1001110 | 110110 |
Color Harmonies of #2DCFE5
Complementary color
Monochromatic Colors of #2DCFE5
Black with #2DCFE5
Text Example
Text Example
White with #2DCFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCFE5; }
p { color: rgb(45,207,229); }
H1.HeaderClassName
{
color: #2DCFE5;
}
.AnyTagClassName
{
color: #2DCFE5;
}
</style>
background-color css
<style>
a { background-color: #2DCFE5; }
a { background-color: rgb(45,207,229); }
div.DivClassName
{
background-color: #2DCFE5;
}
.BgClassName
{
background-color: #2DCFE5;
}
</style>
border-color css
<style>
span { border-color: #2DCFE5; }
span { border-color: rgb(45,207,229); }
td.TdClassName
{
border-color: #2DCFE5;
}
.TagClassName
{
border-color: #2DCFE5;
}
</style>