Shades of Summer Sky #3DCDED
Tints of Summer Sky #3DCDED
RGB
CMYK
RGB Variations
Color information
#3DCDED (or 0x3DCDED) is known color: Summer Sky. HEX triplet: 3D, CD and ED. RGB value is (61,205,237). Sum of RGB (Red+Green+Blue) = 61+205+237=503 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.13% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #3DCDED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DCDED is #C23212. Grayscale: #A5A5A5. Windows color (decimal): -12726803 or 15584573. OLE color: 15584573.
HSL color Cylindrical-coordinate representation of color #3DCDED: hue angle of 190.91º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DCDED is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 205 | 237 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.07 |
| HSL | 190.91º | 0.83% | 0.58% | - |
| HSV(B) | 190.91º | 0.74% | 0.93% | - |
| XYZ | 39.04 | 50.77 | 87.86 | - |
| YUV | 165.59 | 168.29 | 53.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 237 | 0.74 | 0.14 | 0 | 0.07 | 190.91 | 0.83 | 0.58 |
| Hex | 3D | CD | ED | 4A | E | 0 | 7 | BF | 53 | 3A |
| Octal | 75 | 315 | 355 | 112 | 16 | 0 | 7 | 277 | 123 | 72 |
| Binary | 111101 | 11001101 | 11101101 | 1001010 | 1110 | 0 | 111 | 10111111 | 1010011 | 111010 |
Color Harmonies of #3DCDED
Complementary color
Monochromatic Colors of #3DCDED
Black with #3DCDED
Text Example
Text Example
White with #3DCDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCDED; }
p { color: rgb(61,205,237); }
H1.HeaderClassName
{
color: #3DCDED;
}
.AnyTagClassName
{
color: #3DCDED;
}
</style>
background-color css
<style>
a { background-color: #3DCDED; }
a { background-color: rgb(61,205,237); }
div.DivClassName
{
background-color: #3DCDED;
}
.BgClassName
{
background-color: #3DCDED;
}
</style>
border-color css
<style>
span { border-color: #3DCDED; }
span { border-color: rgb(61,205,237); }
td.TdClassName
{
border-color: #3DCDED;
}
.TagClassName
{
border-color: #3DCDED;
}
</style>