Shades of Summer Sky #2DCFE3
Tints of Summer Sky #2DCFE3
RGB
CMYK
RGB Variations
Color information
#2DCFE3 (or 0x2DCFE3) is known color: Summer Sky. HEX triplet: 2D, CF and E3. RGB value is (45,207,227). Sum of RGB (Red+Green+Blue) = 45+207+227=479 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.39% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 227 (89.06% from 255 or 47.39% from 479); Max value from RGB is 227 - color contains mainly: blue. Hex color #2DCFE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCFE3 is #D2301C. Grayscale: #A0A0A0. Windows color (decimal): -13774877 or 14929709. OLE color: 14929709.
HSL color Cylindrical-coordinate representation of color #2DCFE3: hue angle of 186.59º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DCFE3 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 45 | 207 | 227 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.11 |
| HSL | 186.59º | 0.76% | 0.53% | - |
| HSV(B) | 186.59º | 0.8% | 0.89% | - |
| XYZ | 37.26 | 50.73 | 80.5 | - |
| YUV | 160.84 | 165.33 | 45.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 227 | 0.80 | 0.09 | 0 | 0.11 | 186.59 | 0.76 | 0.53 |
| Hex | 2D | CF | E3 | 50 | 9 | 0 | B | BB | 4C | 35 |
| Octal | 55 | 317 | 343 | 120 | 11 | 0 | 13 | 273 | 114 | 65 |
| Binary | 101101 | 11001111 | 11100011 | 1010000 | 1001 | 0 | 1011 | 10111011 | 1001100 | 110101 |
Color Harmonies of #2DCFE3
Complementary color
Monochromatic Colors of #2DCFE3
Black with #2DCFE3
Text Example
Text Example
White with #2DCFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCFE3; }
p { color: rgb(45,207,227); }
H1.HeaderClassName
{
color: #2DCFE3;
}
.AnyTagClassName
{
color: #2DCFE3;
}
</style>
background-color css
<style>
a { background-color: #2DCFE3; }
a { background-color: rgb(45,207,227); }
div.DivClassName
{
background-color: #2DCFE3;
}
.BgClassName
{
background-color: #2DCFE3;
}
</style>
border-color css
<style>
span { border-color: #2DCFE3; }
span { border-color: rgb(45,207,227); }
td.TdClassName
{
border-color: #2DCFE3;
}
.TagClassName
{
border-color: #2DCFE3;
}
</style>