Shades of Summer Sky #2DCFEF
Tints of Summer Sky #2DCFEF
RGB
CMYK
RGB Variations
Color information
#2DCFEF (or 0x2DCFEF) is known color: Summer Sky. HEX triplet: 2D, CF and EF. RGB value is (45,207,239). Sum of RGB (Red+Green+Blue) = 45+207+239=491 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.16% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #2DCFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCFEF is #D23010. Grayscale: #A1A1A1. Windows color (decimal): -13774865 or 15716141. OLE color: 15716141.
HSL color Cylindrical-coordinate representation of color #2DCFEF: hue angle of 189.9º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DCFEF is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 207 | 239 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.06 |
| HSL | 189.9º | 0.86% | 0.56% | - |
| HSV(B) | 189.9º | 0.81% | 0.94% | - |
| XYZ | 38.98 | 51.42 | 89.53 | - |
| YUV | 162.21 | 171.33 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 239 | 0.81 | 0.13 | 0 | 0.06 | 189.9 | 0.86 | 0.56 |
| Hex | 2D | CF | EF | 51 | D | 0 | 6 | BE | 56 | 38 |
| Octal | 55 | 317 | 357 | 121 | 15 | 0 | 6 | 276 | 126 | 70 |
| Binary | 101101 | 11001111 | 11101111 | 1010001 | 1101 | 0 | 110 | 10111110 | 1010110 | 111000 |
Color Harmonies of #2DCFEF
Complementary color
Monochromatic Colors of #2DCFEF
Black with #2DCFEF
Text Example
Text Example
White with #2DCFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCFEF; }
p { color: rgb(45,207,239); }
H1.HeaderClassName
{
color: #2DCFEF;
}
.AnyTagClassName
{
color: #2DCFEF;
}
</style>
background-color css
<style>
a { background-color: #2DCFEF; }
a { background-color: rgb(45,207,239); }
div.DivClassName
{
background-color: #2DCFEF;
}
.BgClassName
{
background-color: #2DCFEF;
}
</style>
border-color css
<style>
span { border-color: #2DCFEF; }
span { border-color: rgb(45,207,239); }
td.TdClassName
{
border-color: #2DCFEF;
}
.TagClassName
{
border-color: #2DCFEF;
}
</style>