Shades of Summer Sky #2DBCFD
Tints of Summer Sky #2DBCFD
RGB
CMYK
RGB Variations
Color information
#2DBCFD (or 0x2DBCFD) is known color: Summer Sky. HEX triplet: 2D, BC and FD. RGB value is (45,188,253). Sum of RGB (Red+Green+Blue) = 45+188+253=486 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.26% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #2DBCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBCFD is #D24302. Grayscale: #989898. Windows color (decimal): -13779715 or 16628781. OLE color: 16628781.
HSL color Cylindrical-coordinate representation of color #2DBCFD: hue angle of 198.75º 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 #2DBCFD is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 188 | 253 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.01 |
| HSL | 198.75º | 0.98% | 0.58% | - |
| HSV(B) | 198.75º | 0.82% | 0.99% | - |
| XYZ | 36.8 | 43.62 | 99.41 | - |
| YUV | 152.65 | 184.62 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 253 | 0.82 | 0.26 | 0 | 0.01 | 198.75 | 0.98 | 0.58 |
| Hex | 2D | BC | FD | 52 | 1A | 0 | 1 | C7 | 62 | 3A |
| Octal | 55 | 274 | 375 | 122 | 32 | 0 | 1 | 307 | 142 | 72 |
| Binary | 101101 | 10111100 | 11111101 | 1010010 | 11010 | 0 | 1 | 11000111 | 1100010 | 111010 |
Color Harmonies of #2DBCFD
Complementary color
Monochromatic Colors of #2DBCFD
Black with #2DBCFD
Text Example
Text Example
White with #2DBCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCFD; }
p { color: rgb(45,188,253); }
H1.HeaderClassName
{
color: #2DBCFD;
}
.AnyTagClassName
{
color: #2DBCFD;
}
</style>
background-color css
<style>
a { background-color: #2DBCFD; }
a { background-color: rgb(45,188,253); }
div.DivClassName
{
background-color: #2DBCFD;
}
.BgClassName
{
background-color: #2DBCFD;
}
</style>
border-color css
<style>
span { border-color: #2DBCFD; }
span { border-color: rgb(45,188,253); }
td.TdClassName
{
border-color: #2DBCFD;
}
.TagClassName
{
border-color: #2DBCFD;
}
</style>