Shades of Summer Sky #2DC5FD
Tints of Summer Sky #2DC5FD
RGB
CMYK
RGB Variations
Color information
#2DC5FD (or 0x2DC5FD) is known color: Summer Sky. HEX triplet: 2D, C5 and FD. RGB value is (45,197,253). Sum of RGB (Red+Green+Blue) = 45+197+253=495 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.09% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #2DC5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DC5FD is #D23A02. Grayscale: #9D9D9D. Windows color (decimal): -13777411 or 16631085. OLE color: 16631085.
HSL color Cylindrical-coordinate representation of color #2DC5FD: hue angle of 196.15º 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 #2DC5FD is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 197 | 253 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.01 |
| HSL | 196.15º | 0.98% | 0.58% | - |
| HSV(B) | 196.15º | 0.82% | 0.99% | - |
| XYZ | 38.78 | 47.58 | 100.07 | - |
| YUV | 157.94 | 181.64 | 47.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 197 | 253 | 0.82 | 0.22 | 0 | 0.01 | 196.15 | 0.98 | 0.58 |
| Hex | 2D | C5 | FD | 52 | 16 | 0 | 1 | C4 | 62 | 3A |
| Octal | 55 | 305 | 375 | 122 | 26 | 0 | 1 | 304 | 142 | 72 |
| Binary | 101101 | 11000101 | 11111101 | 1010010 | 10110 | 0 | 1 | 11000100 | 1100010 | 111010 |
Color Harmonies of #2DC5FD
Complementary color
Monochromatic Colors of #2DC5FD
Black with #2DC5FD
Text Example
Text Example
White with #2DC5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC5FD; }
p { color: rgb(45,197,253); }
H1.HeaderClassName
{
color: #2DC5FD;
}
.AnyTagClassName
{
color: #2DC5FD;
}
</style>
background-color css
<style>
a { background-color: #2DC5FD; }
a { background-color: rgb(45,197,253); }
div.DivClassName
{
background-color: #2DC5FD;
}
.BgClassName
{
background-color: #2DC5FD;
}
</style>
border-color css
<style>
span { border-color: #2DC5FD; }
span { border-color: rgb(45,197,253); }
td.TdClassName
{
border-color: #2DC5FD;
}
.TagClassName
{
border-color: #2DC5FD;
}
</style>