Shades of Summer Sky #3DABDD
Tints of Summer Sky #3DABDD
RGB
CMYK
RGB Variations
Color information
#3DABDD (or 0x3DABDD) is known color: Summer Sky. HEX triplet: 3D, AB and DD. RGB value is (61,171,221). Sum of RGB (Red+Green+Blue) = 61+171+221=453 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.47% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #3DABDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DABDD is #C25422. Grayscale: #8F8F8F. Windows color (decimal): -12735523 or 14527293. OLE color: 14527293.
HSL color Cylindrical-coordinate representation of color #3DABDD: hue angle of 198.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DABDD is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 171 | 221 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.13 |
| HSL | 198.75º | 0.7% | 0.55% | - |
| HSV(B) | 198.75º | 0.72% | 0.87% | - |
| XYZ | 29.54 | 35.34 | 73.67 | - |
| YUV | 143.81 | 171.56 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 221 | 0.72 | 0.23 | 0 | 0.13 | 198.75 | 0.7 | 0.55 |
| Hex | 3D | AB | DD | 48 | 17 | 0 | D | C7 | 46 | 37 |
| Octal | 75 | 253 | 335 | 110 | 27 | 0 | 15 | 307 | 106 | 67 |
| Binary | 111101 | 10101011 | 11011101 | 1001000 | 10111 | 0 | 1101 | 11000111 | 1000110 | 110111 |
Color Harmonies of #3DABDD
Complementary color
Monochromatic Colors of #3DABDD
Black with #3DABDD
Text Example
Text Example
White with #3DABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DABDD; }
p { color: rgb(61,171,221); }
H1.HeaderClassName
{
color: #3DABDD;
}
.AnyTagClassName
{
color: #3DABDD;
}
</style>
background-color css
<style>
a { background-color: #3DABDD; }
a { background-color: rgb(61,171,221); }
div.DivClassName
{
background-color: #3DABDD;
}
.BgClassName
{
background-color: #3DABDD;
}
</style>
border-color css
<style>
span { border-color: #3DABDD; }
span { border-color: rgb(61,171,221); }
td.TdClassName
{
border-color: #3DABDD;
}
.TagClassName
{
border-color: #3DABDD;
}
</style>