Shades of Summer Sky #2DCFE9
Tints of Summer Sky #2DCFE9
RGB
CMYK
RGB Variations
Color information
#2DCFE9 (or 0x2DCFE9) is known color: Summer Sky. HEX triplet: 2D, CF and E9. RGB value is (45,207,233). Sum of RGB (Red+Green+Blue) = 45+207+233=485 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.28% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 233 (91.41% from 255 or 48.04% from 485); Max value from RGB is 233 - color contains mainly: blue. Hex color #2DCFE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCFE9 is #D23016. Grayscale: #A1A1A1. Windows color (decimal): -13774871 or 15322925. OLE color: 15322925.
HSL color Cylindrical-coordinate representation of color #2DCFE9: hue angle of 188.3º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DCFE9 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 207 | 233 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.09 |
| HSL | 188.3º | 0.81% | 0.55% | - |
| HSV(B) | 188.3º | 0.81% | 0.91% | - |
| XYZ | 38.1 | 51.07 | 84.94 | - |
| YUV | 161.53 | 168.33 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 233 | 0.81 | 0.11 | 0 | 0.09 | 188.3 | 0.81 | 0.55 |
| Hex | 2D | CF | E9 | 51 | B | 0 | 9 | BC | 51 | 37 |
| Octal | 55 | 317 | 351 | 121 | 13 | 0 | 11 | 274 | 121 | 67 |
| Binary | 101101 | 11001111 | 11101001 | 1010001 | 1011 | 0 | 1001 | 10111100 | 1010001 | 110111 |
Color Harmonies of #2DCFE9
Complementary color
Monochromatic Colors of #2DCFE9
Black with #2DCFE9
Text Example
Text Example
White with #2DCFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCFE9; }
p { color: rgb(45,207,233); }
H1.HeaderClassName
{
color: #2DCFE9;
}
.AnyTagClassName
{
color: #2DCFE9;
}
</style>
background-color css
<style>
a { background-color: #2DCFE9; }
a { background-color: rgb(45,207,233); }
div.DivClassName
{
background-color: #2DCFE9;
}
.BgClassName
{
background-color: #2DCFE9;
}
</style>
border-color css
<style>
span { border-color: #2DCFE9; }
span { border-color: rgb(45,207,233); }
td.TdClassName
{
border-color: #2DCFE9;
}
.TagClassName
{
border-color: #2DCFE9;
}
</style>