Shades of Summer Sky #2DBAFD
Tints of Summer Sky #2DBAFD
RGB
CMYK
RGB Variations
Color information
#2DBAFD (or 0x2DBAFD) is known color: Summer Sky. HEX triplet: 2D, BA and FD. RGB value is (45,186,253). Sum of RGB (Red+Green+Blue) = 45+186+253=484 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.30% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #2DBAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBAFD is #D24502. Grayscale: #979797. Windows color (decimal): -13780227 or 16628269. OLE color: 16628269.
HSL color Cylindrical-coordinate representation of color #2DBAFD: hue angle of 199.33º 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 #2DBAFD is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 186 | 253 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.01 |
| HSL | 199.33º | 0.98% | 0.58% | - |
| HSV(B) | 199.33º | 0.82% | 0.99% | - |
| XYZ | 36.37 | 42.77 | 99.27 | - |
| YUV | 151.48 | 185.29 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 253 | 0.82 | 0.26 | 0 | 0.01 | 199.33 | 0.98 | 0.58 |
| Hex | 2D | BA | FD | 52 | 1A | 0 | 1 | C7 | 62 | 3A |
| Octal | 55 | 272 | 375 | 122 | 32 | 0 | 1 | 307 | 142 | 72 |
| Binary | 101101 | 10111010 | 11111101 | 1010010 | 11010 | 0 | 1 | 11000111 | 1100010 | 111010 |
Color Harmonies of #2DBAFD
Complementary color
Monochromatic Colors of #2DBAFD
Black with #2DBAFD
Text Example
Text Example
White with #2DBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBAFD; }
p { color: rgb(45,186,253); }
H1.HeaderClassName
{
color: #2DBAFD;
}
.AnyTagClassName
{
color: #2DBAFD;
}
</style>
background-color css
<style>
a { background-color: #2DBAFD; }
a { background-color: rgb(45,186,253); }
div.DivClassName
{
background-color: #2DBAFD;
}
.BgClassName
{
background-color: #2DBAFD;
}
</style>
border-color css
<style>
span { border-color: #2DBAFD; }
span { border-color: rgb(45,186,253); }
td.TdClassName
{
border-color: #2DBAFD;
}
.TagClassName
{
border-color: #2DBAFD;
}
</style>