Shades of Summer Sky #2DCFED
Tints of Summer Sky #2DCFED
RGB
CMYK
RGB Variations
Color information
#2DCFED (or 0x2DCFED) is known color: Summer Sky. HEX triplet: 2D, CF and ED. RGB value is (45,207,237). Sum of RGB (Red+Green+Blue) = 45+207+237=489 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.20% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #2DCFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCFED is #D23012. Grayscale: #A1A1A1. Windows color (decimal): -13774867 or 15585069. OLE color: 15585069.
HSL color Cylindrical-coordinate representation of color #2DCFED: hue angle of 189.38º degrees, saturation: 0.84, 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 #2DCFED is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 207 | 237 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.07 |
| HSL | 189.38º | 0.84% | 0.55% | - |
| HSV(B) | 189.38º | 0.81% | 0.93% | - |
| XYZ | 38.68 | 51.3 | 87.98 | - |
| YUV | 161.98 | 170.33 | 44.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 237 | 0.81 | 0.13 | 0 | 0.07 | 189.38 | 0.84 | 0.55 |
| Hex | 2D | CF | ED | 51 | D | 0 | 7 | BD | 54 | 37 |
| Octal | 55 | 317 | 355 | 121 | 15 | 0 | 7 | 275 | 124 | 67 |
| Binary | 101101 | 11001111 | 11101101 | 1010001 | 1101 | 0 | 111 | 10111101 | 1010100 | 110111 |
Color Harmonies of #2DCFED
Complementary color
Monochromatic Colors of #2DCFED
Black with #2DCFED
Text Example
Text Example
White with #2DCFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCFED; }
p { color: rgb(45,207,237); }
H1.HeaderClassName
{
color: #2DCFED;
}
.AnyTagClassName
{
color: #2DCFED;
}
</style>
background-color css
<style>
a { background-color: #2DCFED; }
a { background-color: rgb(45,207,237); }
div.DivClassName
{
background-color: #2DCFED;
}
.BgClassName
{
background-color: #2DCFED;
}
</style>
border-color css
<style>
span { border-color: #2DCFED; }
span { border-color: rgb(45,207,237); }
td.TdClassName
{
border-color: #2DCFED;
}
.TagClassName
{
border-color: #2DCFED;
}
</style>