Shades of Summer Sky #3DCDFD
Tints of Summer Sky #3DCDFD
RGB
CMYK
RGB Variations
Color information
#3DCDFD (or 0x3DCDFD) is known color: Summer Sky. HEX triplet: 3D, CD and FD. RGB value is (61,205,253). Sum of RGB (Red+Green+Blue) = 61+205+253=519 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.75% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #3DCDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DCDFD is #C23202. Grayscale: #A7A7A7. Windows color (decimal): -12726787 or 16633149. OLE color: 16633149.
HSL color Cylindrical-coordinate representation of color #3DCDFD: hue angle of 195º 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 #3DCDFD is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 205 | 253 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.01 |
| HSL | 195º | 0.98% | 0.62% | - |
| HSV(B) | 195º | 0.76% | 0.99% | - |
| XYZ | 41.49 | 51.75 | 100.73 | - |
| YUV | 167.42 | 176.29 | 52.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 253 | 0.76 | 0.19 | 0 | 0.01 | 195 | 0.98 | 0.62 |
| Hex | 3D | CD | FD | 4C | 13 | 0 | 1 | C3 | 62 | 3E |
| Octal | 75 | 315 | 375 | 114 | 23 | 0 | 1 | 303 | 142 | 76 |
| Binary | 111101 | 11001101 | 11111101 | 1001100 | 10011 | 0 | 1 | 11000011 | 1100010 | 111110 |
Color Harmonies of #3DCDFD
Complementary color
Monochromatic Colors of #3DCDFD
Black with #3DCDFD
Text Example
Text Example
White with #3DCDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCDFD; }
p { color: rgb(61,205,253); }
H1.HeaderClassName
{
color: #3DCDFD;
}
.AnyTagClassName
{
color: #3DCDFD;
}
</style>
background-color css
<style>
a { background-color: #3DCDFD; }
a { background-color: rgb(61,205,253); }
div.DivClassName
{
background-color: #3DCDFD;
}
.BgClassName
{
background-color: #3DCDFD;
}
</style>
border-color css
<style>
span { border-color: #3DCDFD; }
span { border-color: rgb(61,205,253); }
td.TdClassName
{
border-color: #3DCDFD;
}
.TagClassName
{
border-color: #3DCDFD;
}
</style>