Shades of Summer Sky #2DB8FD
Tints of Summer Sky #2DB8FD
RGB
CMYK
RGB Variations
Color information
#2DB8FD (or 0x2DB8FD) is known color: Summer Sky. HEX triplet: 2D, B8 and FD. RGB value is (45,184,253). Sum of RGB (Red+Green+Blue) = 45+184+253=482 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.34% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #2DB8FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DB8FD is #D24702. Grayscale: #959595. Windows color (decimal): -13780739 or 16627757. OLE color: 16627757.
HSL color Cylindrical-coordinate representation of color #2DB8FD: hue angle of 199.9º 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 #2DB8FD is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 184 | 253 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.01 |
| HSL | 199.9º | 0.98% | 0.58% | - |
| HSV(B) | 199.9º | 0.82% | 0.99% | - |
| XYZ | 35.95 | 41.93 | 99.13 | - |
| YUV | 150.31 | 185.95 | 52.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 184 | 253 | 0.82 | 0.27 | 0 | 0.01 | 199.9 | 0.98 | 0.58 |
| Hex | 2D | B8 | FD | 52 | 1B | 0 | 1 | C8 | 62 | 3A |
| Octal | 55 | 270 | 375 | 122 | 33 | 0 | 1 | 310 | 142 | 72 |
| Binary | 101101 | 10111000 | 11111101 | 1010010 | 11011 | 0 | 1 | 11001000 | 1100010 | 111010 |
Color Harmonies of #2DB8FD
Complementary color
Monochromatic Colors of #2DB8FD
Black with #2DB8FD
Text Example
Text Example
White with #2DB8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB8FD; }
p { color: rgb(45,184,253); }
H1.HeaderClassName
{
color: #2DB8FD;
}
.AnyTagClassName
{
color: #2DB8FD;
}
</style>
background-color css
<style>
a { background-color: #2DB8FD; }
a { background-color: rgb(45,184,253); }
div.DivClassName
{
background-color: #2DB8FD;
}
.BgClassName
{
background-color: #2DB8FD;
}
</style>
border-color css
<style>
span { border-color: #2DB8FD; }
span { border-color: rgb(45,184,253); }
td.TdClassName
{
border-color: #2DB8FD;
}
.TagClassName
{
border-color: #2DB8FD;
}
</style>