Shades of Summer Sky #2DB7FD
Tints of Summer Sky #2DB7FD
RGB
CMYK
RGB Variations
Color information
#2DB7FD (or 0x2DB7FD) is known color: Summer Sky. HEX triplet: 2D, B7 and FD. RGB value is (45,183,253). Sum of RGB (Red+Green+Blue) = 45+183+253=481 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.36% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #2DB7FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DB7FD is #D24802. Grayscale: #959595. Windows color (decimal): -13780995 or 16627501. OLE color: 16627501.
HSL color Cylindrical-coordinate representation of color #2DB7FD: hue angle of 200.19º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DB7FD is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 183 | 253 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.01 |
| HSL | 200.19º | 0.98% | 0.58% | - |
| HSV(B) | 200.19º | 0.82% | 0.99% | - |
| XYZ | 35.75 | 41.52 | 99.06 | - |
| YUV | 149.72 | 186.28 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 253 | 0.82 | 0.28 | 0 | 0.01 | 200.19 | 0.98 | 0.58 |
| Hex | 2D | B7 | FD | 52 | 1C | 0 | 1 | C8 | 62 | 3A |
| Octal | 55 | 267 | 375 | 122 | 34 | 0 | 1 | 310 | 142 | 72 |
| Binary | 101101 | 10110111 | 11111101 | 1010010 | 11100 | 0 | 1 | 11001000 | 1100010 | 111010 |
Color Harmonies of #2DB7FD
Complementary color
Monochromatic Colors of #2DB7FD
Black with #2DB7FD
Text Example
Text Example
White with #2DB7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB7FD; }
p { color: rgb(45,183,253); }
H1.HeaderClassName
{
color: #2DB7FD;
}
.AnyTagClassName
{
color: #2DB7FD;
}
</style>
background-color css
<style>
a { background-color: #2DB7FD; }
a { background-color: rgb(45,183,253); }
div.DivClassName
{
background-color: #2DB7FD;
}
.BgClassName
{
background-color: #2DB7FD;
}
</style>
border-color css
<style>
span { border-color: #2DB7FD; }
span { border-color: rgb(45,183,253); }
td.TdClassName
{
border-color: #2DB7FD;
}
.TagClassName
{
border-color: #2DB7FD;
}
</style>