Shades of Summer Sky #3DABCF
Tints of Summer Sky #3DABCF
RGB
CMYK
RGB Variations
Color information
#3DABCF (or 0x3DABCF) is known color: Summer Sky. HEX triplet: 3D, AB and CF. RGB value is (61,171,207). Sum of RGB (Red+Green+Blue) = 61+171+207=439 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.90% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #3DABCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DABCF is #C25430. Grayscale: #8D8D8D. Windows color (decimal): -12735537 or 13609789. OLE color: 13609789.
HSL color Cylindrical-coordinate representation of color #3DABCF: hue angle of 194.79º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DABCF is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 171 | 207 | - |
| CMYK | 0.71 | 0.17 | 0 | 0.19 |
| HSL | 194.79º | 0.6% | 0.53% | - |
| HSV(B) | 194.79º | 0.71% | 0.81% | - |
| XYZ | 27.75 | 34.62 | 64.25 | - |
| YUV | 142.21 | 164.56 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 207 | 0.71 | 0.17 | 0 | 0.19 | 194.79 | 0.6 | 0.53 |
| Hex | 3D | AB | CF | 47 | 11 | 0 | 13 | C3 | 3C | 35 |
| Octal | 75 | 253 | 317 | 107 | 21 | 0 | 23 | 303 | 74 | 65 |
| Binary | 111101 | 10101011 | 11001111 | 1000111 | 10001 | 0 | 10011 | 11000011 | 111100 | 110101 |
Color Harmonies of #3DABCF
Complementary color
Monochromatic Colors of #3DABCF
Black with #3DABCF
Text Example
Text Example
White with #3DABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DABCF; }
p { color: rgb(61,171,207); }
H1.HeaderClassName
{
color: #3DABCF;
}
.AnyTagClassName
{
color: #3DABCF;
}
</style>
background-color css
<style>
a { background-color: #3DABCF; }
a { background-color: rgb(61,171,207); }
div.DivClassName
{
background-color: #3DABCF;
}
.BgClassName
{
background-color: #3DABCF;
}
</style>
border-color css
<style>
span { border-color: #3DABCF; }
span { border-color: rgb(61,171,207); }
td.TdClassName
{
border-color: #3DABCF;
}
.TagClassName
{
border-color: #3DABCF;
}
</style>