Shades of Summer Sky #3DABDF
Tints of Summer Sky #3DABDF
RGB
CMYK
RGB Variations
Color information
#3DABDF (or 0x3DABDF) is known color: Summer Sky. HEX triplet: 3D, AB and DF. RGB value is (61,171,223). Sum of RGB (Red+Green+Blue) = 61+171+223=455 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.41% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #3DABDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DABDF is #C25420. Grayscale: #8F8F8F. Windows color (decimal): -12735521 or 14658365. OLE color: 14658365.
HSL color Cylindrical-coordinate representation of color #3DABDF: hue angle of 199.26º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DABDF is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 171 | 223 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.13 |
| HSL | 199.26º | 0.72% | 0.56% | - |
| HSV(B) | 199.26º | 0.73% | 0.87% | - |
| XYZ | 29.81 | 35.45 | 75.08 | - |
| YUV | 144.04 | 172.56 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 223 | 0.73 | 0.23 | 0 | 0.13 | 199.26 | 0.72 | 0.56 |
| Hex | 3D | AB | DF | 49 | 17 | 0 | D | C7 | 48 | 38 |
| Octal | 75 | 253 | 337 | 111 | 27 | 0 | 15 | 307 | 110 | 70 |
| Binary | 111101 | 10101011 | 11011111 | 1001001 | 10111 | 0 | 1101 | 11000111 | 1001000 | 111000 |
Color Harmonies of #3DABDF
Complementary color
Monochromatic Colors of #3DABDF
Black with #3DABDF
Text Example
Text Example
White with #3DABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DABDF; }
p { color: rgb(61,171,223); }
H1.HeaderClassName
{
color: #3DABDF;
}
.AnyTagClassName
{
color: #3DABDF;
}
</style>
background-color css
<style>
a { background-color: #3DABDF; }
a { background-color: rgb(61,171,223); }
div.DivClassName
{
background-color: #3DABDF;
}
.BgClassName
{
background-color: #3DABDF;
}
</style>
border-color css
<style>
span { border-color: #3DABDF; }
span { border-color: rgb(61,171,223); }
td.TdClassName
{
border-color: #3DABDF;
}
.TagClassName
{
border-color: #3DABDF;
}
</style>