Shades of Summer Sky #2DD7FB
Tints of Summer Sky #2DD7FB
RGB
CMYK
RGB Variations
Color information
#2DD7FB (or 0x2DD7FB) is known color: Summer Sky. HEX triplet: 2D, D7 and FB. RGB value is (45,215,251). Sum of RGB (Red+Green+Blue) = 45+215+251=511 (67% of max value = 765). Red value is 45 (17.97% from 255 or 8.81% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #2DD7FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DD7FB is #D22804. Grayscale: #A7A7A7. Windows color (decimal): -13772805 or 16504621. OLE color: 16504621.
HSL color Cylindrical-coordinate representation of color #2DD7FB: hue angle of 190.49º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DD7FB is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 215 | 251 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.02 |
| HSL | 190.49º | 0.96% | 0.58% | - |
| HSV(B) | 190.49º | 0.82% | 0.98% | - |
| XYZ | 42.8 | 56.12 | 99.84 | - |
| YUV | 168.27 | 174.68 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 215 | 251 | 0.82 | 0.14 | 0 | 0.02 | 190.49 | 0.96 | 0.58 |
| Hex | 2D | D7 | FB | 52 | E | 0 | 2 | BE | 60 | 3A |
| Octal | 55 | 327 | 373 | 122 | 16 | 0 | 2 | 276 | 140 | 72 |
| Binary | 101101 | 11010111 | 11111011 | 1010010 | 1110 | 0 | 10 | 10111110 | 1100000 | 111010 |
Color Harmonies of #2DD7FB
Complementary color
Monochromatic Colors of #2DD7FB
Black with #2DD7FB
Text Example
Text Example
White with #2DD7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD7FB; }
p { color: rgb(45,215,251); }
H1.HeaderClassName
{
color: #2DD7FB;
}
.AnyTagClassName
{
color: #2DD7FB;
}
</style>
background-color css
<style>
a { background-color: #2DD7FB; }
a { background-color: rgb(45,215,251); }
div.DivClassName
{
background-color: #2DD7FB;
}
.BgClassName
{
background-color: #2DD7FB;
}
</style>
border-color css
<style>
span { border-color: #2DD7FB; }
span { border-color: rgb(45,215,251); }
td.TdClassName
{
border-color: #2DD7FB;
}
.TagClassName
{
border-color: #2DD7FB;
}
</style>