Shades of Summer Sky #3DCDEB
Tints of Summer Sky #3DCDEB
RGB
CMYK
RGB Variations
Color information
#3DCDEB (or 0x3DCDEB) is known color: Summer Sky. HEX triplet: 3D, CD and EB. RGB value is (61,205,235). Sum of RGB (Red+Green+Blue) = 61+205+235=501 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.18% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #3DCDEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DCDEB is #C23214. Grayscale: #A5A5A5. Windows color (decimal): -12726805 or 15453501. OLE color: 15453501.
HSL color Cylindrical-coordinate representation of color #3DCDEB: hue angle of 190.34º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DCDEB is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 205 | 235 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.08 |
| HSL | 190.34º | 0.81% | 0.58% | - |
| HSV(B) | 190.34º | 0.74% | 0.92% | - |
| XYZ | 38.75 | 50.65 | 86.33 | - |
| YUV | 165.36 | 167.29 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 235 | 0.74 | 0.13 | 0 | 0.08 | 190.34 | 0.81 | 0.58 |
| Hex | 3D | CD | EB | 4A | D | 0 | 8 | BE | 51 | 3A |
| Octal | 75 | 315 | 353 | 112 | 15 | 0 | 10 | 276 | 121 | 72 |
| Binary | 111101 | 11001101 | 11101011 | 1001010 | 1101 | 0 | 1000 | 10111110 | 1010001 | 111010 |
Color Harmonies of #3DCDEB
Complementary color
Monochromatic Colors of #3DCDEB
Black with #3DCDEB
Text Example
Text Example
White with #3DCDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCDEB; }
p { color: rgb(61,205,235); }
H1.HeaderClassName
{
color: #3DCDEB;
}
.AnyTagClassName
{
color: #3DCDEB;
}
</style>
background-color css
<style>
a { background-color: #3DCDEB; }
a { background-color: rgb(61,205,235); }
div.DivClassName
{
background-color: #3DCDEB;
}
.BgClassName
{
background-color: #3DCDEB;
}
</style>
border-color css
<style>
span { border-color: #3DCDEB; }
span { border-color: rgb(61,205,235); }
td.TdClassName
{
border-color: #3DCDEB;
}
.TagClassName
{
border-color: #3DCDEB;
}
</style>