Shades of Summer Sky #3DABDC
Tints of Summer Sky #3DABDC
RGB
CMYK
RGB Variations
Color information
#3DABDC (or 0x3DABDC) is known color: Summer Sky. HEX triplet: 3D, AB and DC. RGB value is (61,171,220). Sum of RGB (Red+Green+Blue) = 61+171+220=452 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.50% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #3DABDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DABDC is #C25423. Grayscale: #8F8F8F. Windows color (decimal): -12735524 or 14461757. OLE color: 14461757.
HSL color Cylindrical-coordinate representation of color #3DABDC: hue angle of 198.49º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DABDC is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 171 | 220 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.14 |
| HSL | 198.49º | 0.69% | 0.55% | - |
| HSV(B) | 198.49º | 0.72% | 0.86% | - |
| XYZ | 29.41 | 35.29 | 72.97 | - |
| YUV | 143.7 | 171.06 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 220 | 0.72 | 0.22 | 0 | 0.14 | 198.49 | 0.69 | 0.55 |
| Hex | 3D | AB | DC | 48 | 16 | 0 | E | C6 | 45 | 37 |
| Octal | 75 | 253 | 334 | 110 | 26 | 0 | 16 | 306 | 105 | 67 |
| Binary | 111101 | 10101011 | 11011100 | 1001000 | 10110 | 0 | 1110 | 11000110 | 1000101 | 110111 |
Color Harmonies of #3DABDC
Complementary color
Monochromatic Colors of #3DABDC
Black with #3DABDC
Text Example
Text Example
White with #3DABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DABDC; }
p { color: rgb(61,171,220); }
H1.HeaderClassName
{
color: #3DABDC;
}
.AnyTagClassName
{
color: #3DABDC;
}
</style>
background-color css
<style>
a { background-color: #3DABDC; }
a { background-color: rgb(61,171,220); }
div.DivClassName
{
background-color: #3DABDC;
}
.BgClassName
{
background-color: #3DABDC;
}
</style>
border-color css
<style>
span { border-color: #3DABDC; }
span { border-color: rgb(61,171,220); }
td.TdClassName
{
border-color: #3DABDC;
}
.TagClassName
{
border-color: #3DABDC;
}
</style>