Shades of Summer Sky #3DABDA
Tints of Summer Sky #3DABDA
RGB
CMYK
RGB Variations
Color information
#3DABDA (or 0x3DABDA) is known color: Summer Sky. HEX triplet: 3D, AB and DA. RGB value is (61,171,218). Sum of RGB (Red+Green+Blue) = 61+171+218=450 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.56% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #3DABDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DABDA is #C25425. Grayscale: #8F8F8F. Windows color (decimal): -12735526 or 14330685. OLE color: 14330685.
HSL color Cylindrical-coordinate representation of color #3DABDA: hue angle of 197.96º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DABDA is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 171 | 218 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.15 |
| HSL | 197.96º | 0.68% | 0.55% | - |
| HSV(B) | 197.96º | 0.72% | 0.85% | - |
| XYZ | 29.14 | 35.18 | 71.58 | - |
| YUV | 143.47 | 170.06 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 218 | 0.72 | 0.22 | 0 | 0.15 | 197.96 | 0.68 | 0.55 |
| Hex | 3D | AB | DA | 48 | 16 | 0 | F | C6 | 44 | 37 |
| Octal | 75 | 253 | 332 | 110 | 26 | 0 | 17 | 306 | 104 | 67 |
| Binary | 111101 | 10101011 | 11011010 | 1001000 | 10110 | 0 | 1111 | 11000110 | 1000100 | 110111 |
Color Harmonies of #3DABDA
Complementary color
Monochromatic Colors of #3DABDA
Black with #3DABDA
Text Example
Text Example
White with #3DABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DABDA; }
p { color: rgb(61,171,218); }
H1.HeaderClassName
{
color: #3DABDA;
}
.AnyTagClassName
{
color: #3DABDA;
}
</style>
background-color css
<style>
a { background-color: #3DABDA; }
a { background-color: rgb(61,171,218); }
div.DivClassName
{
background-color: #3DABDA;
}
.BgClassName
{
background-color: #3DABDA;
}
</style>
border-color css
<style>
span { border-color: #3DABDA; }
span { border-color: rgb(61,171,218); }
td.TdClassName
{
border-color: #3DABDA;
}
.TagClassName
{
border-color: #3DABDA;
}
</style>