Shades of Summer Sky #2DCAF7
Tints of Summer Sky #2DCAF7
RGB
CMYK
RGB Variations
Color information
#2DCAF7 (or 0x2DCAF7) is known color: Summer Sky. HEX triplet: 2D, CA and F7. RGB value is (45,202,247). Sum of RGB (Red+Green+Blue) = 45+202+247=494 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.11% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 247 (96.88% from 255 or 50% from 494); Max value from RGB is 247 - color contains mainly: blue. Hex color #2DCAF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCAF7 is #D23508. Grayscale: #9F9F9F. Windows color (decimal): -13776137 or 16239149. OLE color: 16239149.
HSL color Cylindrical-coordinate representation of color #2DCAF7: hue angle of 193.37º 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 #2DCAF7 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 202 | 247 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.03 |
| HSL | 193.37º | 0.93% | 0.57% | - |
| HSV(B) | 193.37º | 0.82% | 0.97% | - |
| XYZ | 38.99 | 49.51 | 95.5 | - |
| YUV | 160.19 | 176.99 | 45.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 247 | 0.82 | 0.18 | 0 | 0.03 | 193.37 | 0.93 | 0.57 |
| Hex | 2D | CA | F7 | 52 | 12 | 0 | 3 | C1 | 5D | 39 |
| Octal | 55 | 312 | 367 | 122 | 22 | 0 | 3 | 301 | 135 | 71 |
| Binary | 101101 | 11001010 | 11110111 | 1010010 | 10010 | 0 | 11 | 11000001 | 1011101 | 111001 |
Color Harmonies of #2DCAF7
Complementary color
Monochromatic Colors of #2DCAF7
Black with #2DCAF7
Text Example
Text Example
White with #2DCAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCAF7; }
p { color: rgb(45,202,247); }
H1.HeaderClassName
{
color: #2DCAF7;
}
.AnyTagClassName
{
color: #2DCAF7;
}
</style>
background-color css
<style>
a { background-color: #2DCAF7; }
a { background-color: rgb(45,202,247); }
div.DivClassName
{
background-color: #2DCAF7;
}
.BgClassName
{
background-color: #2DCAF7;
}
</style>
border-color css
<style>
span { border-color: #2DCAF7; }
span { border-color: rgb(45,202,247); }
td.TdClassName
{
border-color: #2DCAF7;
}
.TagClassName
{
border-color: #2DCAF7;
}
</style>