Shades of Summer Sky #3DABDB
Tints of Summer Sky #3DABDB
RGB
CMYK
RGB Variations
Color information
#3DABDB (or 0x3DABDB) is known color: Summer Sky. HEX triplet: 3D, AB and DB. RGB value is (61,171,219). Sum of RGB (Red+Green+Blue) = 61+171+219=451 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.53% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #3DABDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DABDB is #C25424. Grayscale: #8F8F8F. Windows color (decimal): -12735525 or 14396221. OLE color: 14396221.
HSL color Cylindrical-coordinate representation of color #3DABDB: hue angle of 198.23º 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 #3DABDB is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 171 | 219 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.14 |
| HSL | 198.23º | 0.69% | 0.55% | - |
| HSV(B) | 198.23º | 0.72% | 0.86% | - |
| XYZ | 29.27 | 35.23 | 72.28 | - |
| YUV | 143.58 | 170.56 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 219 | 0.72 | 0.22 | 0 | 0.14 | 198.23 | 0.69 | 0.55 |
| Hex | 3D | AB | DB | 48 | 16 | 0 | E | C6 | 45 | 37 |
| Octal | 75 | 253 | 333 | 110 | 26 | 0 | 16 | 306 | 105 | 67 |
| Binary | 111101 | 10101011 | 11011011 | 1001000 | 10110 | 0 | 1110 | 11000110 | 1000101 | 110111 |
Color Harmonies of #3DABDB
Complementary color
Monochromatic Colors of #3DABDB
Black with #3DABDB
Text Example
Text Example
White with #3DABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DABDB; }
p { color: rgb(61,171,219); }
H1.HeaderClassName
{
color: #3DABDB;
}
.AnyTagClassName
{
color: #3DABDB;
}
</style>
background-color css
<style>
a { background-color: #3DABDB; }
a { background-color: rgb(61,171,219); }
div.DivClassName
{
background-color: #3DABDB;
}
.BgClassName
{
background-color: #3DABDB;
}
</style>
border-color css
<style>
span { border-color: #3DABDB; }
span { border-color: rgb(61,171,219); }
td.TdClassName
{
border-color: #3DABDB;
}
.TagClassName
{
border-color: #3DABDB;
}
</style>