Shades of Summer Sky #2DCFF7
Tints of Summer Sky #2DCFF7
RGB
CMYK
RGB Variations
Color information
#2DCFF7 (or 0x2DCFF7) is known color: Summer Sky. HEX triplet: 2D, CF and F7. RGB value is (45,207,247). Sum of RGB (Red+Green+Blue) = 45+207+247=499 (66% of max value = 765). Red value is 45 (17.97% from 255 or 9.02% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 247 - color contains mainly: blue. Hex color #2DCFF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCFF7 is #D23008. Grayscale: #A2A2A2. Windows color (decimal): -13774857 or 16240429. OLE color: 16240429.
HSL color Cylindrical-coordinate representation of color #2DCFF7: hue angle of 191.88º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DCFF7 is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 207 | 247 | - |
| CMYK | 0.82 | 0.16 | 0 | 0.03 |
| HSL | 191.88º | 0.93% | 0.57% | - |
| HSV(B) | 191.88º | 0.82% | 0.97% | - |
| XYZ | 40.18 | 51.9 | 95.9 | - |
| YUV | 163.12 | 175.33 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 247 | 0.82 | 0.16 | 0 | 0.03 | 191.88 | 0.93 | 0.57 |
| Hex | 2D | CF | F7 | 52 | 10 | 0 | 3 | C0 | 5D | 39 |
| Octal | 55 | 317 | 367 | 122 | 20 | 0 | 3 | 300 | 135 | 71 |
| Binary | 101101 | 11001111 | 11110111 | 1010010 | 10000 | 0 | 11 | 11000000 | 1011101 | 111001 |
Color Harmonies of #2DCFF7
Complementary color
Monochromatic Colors of #2DCFF7
Black with #2DCFF7
Text Example
Text Example
White with #2DCFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCFF7; }
p { color: rgb(45,207,247); }
H1.HeaderClassName
{
color: #2DCFF7;
}
.AnyTagClassName
{
color: #2DCFF7;
}
</style>
background-color css
<style>
a { background-color: #2DCFF7; }
a { background-color: rgb(45,207,247); }
div.DivClassName
{
background-color: #2DCFF7;
}
.BgClassName
{
background-color: #2DCFF7;
}
</style>
border-color css
<style>
span { border-color: #2DCFF7; }
span { border-color: rgb(45,207,247); }
td.TdClassName
{
border-color: #2DCFF7;
}
.TagClassName
{
border-color: #2DCFF7;
}
</style>