Shades of Summer Sky #2DCCFD
Tints of Summer Sky #2DCCFD
RGB
CMYK
RGB Variations
Color information
#2DCCFD (or 0x2DCCFD) is known color: Summer Sky. HEX triplet: 2D, CC and FD. RGB value is (45,204,253). Sum of RGB (Red+Green+Blue) = 45+204+253=502 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.96% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #2DCCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DCCFD is #D23302. Grayscale: #A1A1A1. Windows color (decimal): -13775619 or 16632877. OLE color: 16632877.
HSL color Cylindrical-coordinate representation of color #2DCCFD: hue angle of 194.13º 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 #2DCCFD is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 204 | 253 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.01 |
| HSL | 194.13º | 0.98% | 0.58% | - |
| HSV(B) | 194.13º | 0.82% | 0.99% | - |
| XYZ | 40.4 | 50.84 | 100.61 | - |
| YUV | 162.05 | 179.32 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 204 | 253 | 0.82 | 0.19 | 0 | 0.01 | 194.13 | 0.98 | 0.58 |
| Hex | 2D | CC | FD | 52 | 13 | 0 | 1 | C2 | 62 | 3A |
| Octal | 55 | 314 | 375 | 122 | 23 | 0 | 1 | 302 | 142 | 72 |
| Binary | 101101 | 11001100 | 11111101 | 1010010 | 10011 | 0 | 1 | 11000010 | 1100010 | 111010 |
Color Harmonies of #2DCCFD
Complementary color
Monochromatic Colors of #2DCCFD
Black with #2DCCFD
Text Example
Text Example
White with #2DCCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCCFD; }
p { color: rgb(45,204,253); }
H1.HeaderClassName
{
color: #2DCCFD;
}
.AnyTagClassName
{
color: #2DCCFD;
}
</style>
background-color css
<style>
a { background-color: #2DCCFD; }
a { background-color: rgb(45,204,253); }
div.DivClassName
{
background-color: #2DCCFD;
}
.BgClassName
{
background-color: #2DCCFD;
}
</style>
border-color css
<style>
span { border-color: #2DCCFD; }
span { border-color: rgb(45,204,253); }
td.TdClassName
{
border-color: #2DCCFD;
}
.TagClassName
{
border-color: #2DCCFD;
}
</style>