Shades of Summer Sky #2DCCEF
Tints of Summer Sky #2DCCEF
RGB
CMYK
RGB Variations
Color information
#2DCCEF (or 0x2DCCEF) is known color: Summer Sky. HEX triplet: 2D, CC and EF. RGB value is (45,204,239). Sum of RGB (Red+Green+Blue) = 45+204+239=488 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.22% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #2DCCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCCEF is #D23310. Grayscale: #A0A0A0. Windows color (decimal): -13775633 or 15715373. OLE color: 15715373.
HSL color Cylindrical-coordinate representation of color #2DCCEF: hue angle of 190.82º 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 #2DCCEF is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 204 | 239 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.06 |
| HSL | 190.82º | 0.86% | 0.56% | - |
| HSV(B) | 190.82º | 0.81% | 0.94% | - |
| XYZ | 38.26 | 49.98 | 89.29 | - |
| YUV | 160.45 | 172.32 | 45.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 204 | 239 | 0.81 | 0.15 | 0 | 0.06 | 190.82 | 0.86 | 0.56 |
| Hex | 2D | CC | EF | 51 | F | 0 | 6 | BF | 56 | 38 |
| Octal | 55 | 314 | 357 | 121 | 17 | 0 | 6 | 277 | 126 | 70 |
| Binary | 101101 | 11001100 | 11101111 | 1010001 | 1111 | 0 | 110 | 10111111 | 1010110 | 111000 |
Color Harmonies of #2DCCEF
Complementary color
Monochromatic Colors of #2DCCEF
Black with #2DCCEF
Text Example
Text Example
White with #2DCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCCEF; }
p { color: rgb(45,204,239); }
H1.HeaderClassName
{
color: #2DCCEF;
}
.AnyTagClassName
{
color: #2DCCEF;
}
</style>
background-color css
<style>
a { background-color: #2DCCEF; }
a { background-color: rgb(45,204,239); }
div.DivClassName
{
background-color: #2DCCEF;
}
.BgClassName
{
background-color: #2DCCEF;
}
</style>
border-color css
<style>
span { border-color: #2DCCEF; }
span { border-color: rgb(45,204,239); }
td.TdClassName
{
border-color: #2DCCEF;
}
.TagClassName
{
border-color: #2DCCEF;
}
</style>