Shades of Summer Sky #3DC5FD
Tints of Summer Sky #3DC5FD
RGB
CMYK
RGB Variations
Color information
#3DC5FD (or 0x3DC5FD) is known color: Summer Sky. HEX triplet: 3D, C5 and FD. RGB value is (61,197,253). Sum of RGB (Red+Green+Blue) = 61+197+253=511 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.94% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #3DC5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DC5FD is #C23A02. Grayscale: #A2A2A2. Windows color (decimal): -12728835 or 16631101. OLE color: 16631101.
HSL color Cylindrical-coordinate representation of color #3DC5FD: hue angle of 197.5º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DC5FD is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 197 | 253 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.01 |
| HSL | 197.5º | 0.98% | 0.62% | - |
| HSV(B) | 197.5º | 0.76% | 0.99% | - |
| XYZ | 39.62 | 48.02 | 100.11 | - |
| YUV | 162.72 | 178.94 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 197 | 253 | 0.76 | 0.22 | 0 | 0.01 | 197.5 | 0.98 | 0.62 |
| Hex | 3D | C5 | FD | 4C | 16 | 0 | 1 | C6 | 62 | 3E |
| Octal | 75 | 305 | 375 | 114 | 26 | 0 | 1 | 306 | 142 | 76 |
| Binary | 111101 | 11000101 | 11111101 | 1001100 | 10110 | 0 | 1 | 11000110 | 1100010 | 111110 |
Color Harmonies of #3DC5FD
Complementary color
Monochromatic Colors of #3DC5FD
Black with #3DC5FD
Text Example
Text Example
White with #3DC5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC5FD; }
p { color: rgb(61,197,253); }
H1.HeaderClassName
{
color: #3DC5FD;
}
.AnyTagClassName
{
color: #3DC5FD;
}
</style>
background-color css
<style>
a { background-color: #3DC5FD; }
a { background-color: rgb(61,197,253); }
div.DivClassName
{
background-color: #3DC5FD;
}
.BgClassName
{
background-color: #3DC5FD;
}
</style>
border-color css
<style>
span { border-color: #3DC5FD; }
span { border-color: rgb(61,197,253); }
td.TdClassName
{
border-color: #3DC5FD;
}
.TagClassName
{
border-color: #3DC5FD;
}
</style>