Shades of Summer Sky #2DCEFD
Tints of Summer Sky #2DCEFD
RGB
CMYK
RGB Variations
Color information
#2DCEFD (or 0x2DCEFD) is known color: Summer Sky. HEX triplet: 2D, CE and FD. RGB value is (45,206,253). Sum of RGB (Red+Green+Blue) = 45+206+253=504 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.93% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #2DCEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCEFD is #D23102. Grayscale: #A2A2A2. Windows color (decimal): -13775107 or 16633389. OLE color: 16633389.
HSL color Cylindrical-coordinate representation of color #2DCEFD: hue angle of 193.56º 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 #2DCEFD is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 206 | 253 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.01 |
| HSL | 193.56º | 0.98% | 0.58% | - |
| HSV(B) | 193.56º | 0.82% | 0.99% | - |
| XYZ | 40.88 | 51.79 | 100.77 | - |
| YUV | 163.22 | 178.66 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 206 | 253 | 0.82 | 0.19 | 0 | 0.01 | 193.56 | 0.98 | 0.58 |
| Hex | 2D | CE | FD | 52 | 13 | 0 | 1 | C2 | 62 | 3A |
| Octal | 55 | 316 | 375 | 122 | 23 | 0 | 1 | 302 | 142 | 72 |
| Binary | 101101 | 11001110 | 11111101 | 1010010 | 10011 | 0 | 1 | 11000010 | 1100010 | 111010 |
Color Harmonies of #2DCEFD
Complementary color
Monochromatic Colors of #2DCEFD
Black with #2DCEFD
Text Example
Text Example
White with #2DCEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCEFD; }
p { color: rgb(45,206,253); }
H1.HeaderClassName
{
color: #2DCEFD;
}
.AnyTagClassName
{
color: #2DCEFD;
}
</style>
background-color css
<style>
a { background-color: #2DCEFD; }
a { background-color: rgb(45,206,253); }
div.DivClassName
{
background-color: #2DCEFD;
}
.BgClassName
{
background-color: #2DCEFD;
}
</style>
border-color css
<style>
span { border-color: #2DCEFD; }
span { border-color: rgb(45,206,253); }
td.TdClassName
{
border-color: #2DCEFD;
}
.TagClassName
{
border-color: #2DCEFD;
}
</style>