Shades of Summer Sky #3DBADF
Tints of Summer Sky #3DBADF
RGB
CMYK
RGB Variations
Color information
#3DBADF (or 0x3DBADF) is known color: Summer Sky. HEX triplet: 3D, BA and DF. RGB value is (61,186,223). Sum of RGB (Red+Green+Blue) = 61+186+223=470 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.98% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #3DBADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBADF is #C24520. Grayscale: #989898. Windows color (decimal): -12731681 or 14662205. OLE color: 14662205.
HSL color Cylindrical-coordinate representation of color #3DBADF: hue angle of 193.7º 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 #3DBADF is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 186 | 223 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.13 |
| HSL | 193.7º | 0.72% | 0.56% | - |
| HSV(B) | 193.7º | 0.73% | 0.87% | - |
| XYZ | 32.8 | 41.44 | 76.08 | - |
| YUV | 152.84 | 167.59 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 223 | 0.73 | 0.17 | 0 | 0.13 | 193.7 | 0.72 | 0.56 |
| Hex | 3D | BA | DF | 49 | 11 | 0 | D | C2 | 48 | 38 |
| Octal | 75 | 272 | 337 | 111 | 21 | 0 | 15 | 302 | 110 | 70 |
| Binary | 111101 | 10111010 | 11011111 | 1001001 | 10001 | 0 | 1101 | 11000010 | 1001000 | 111000 |
Color Harmonies of #3DBADF
Complementary color
Monochromatic Colors of #3DBADF
Black with #3DBADF
Text Example
Text Example
White with #3DBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBADF; }
p { color: rgb(61,186,223); }
H1.HeaderClassName
{
color: #3DBADF;
}
.AnyTagClassName
{
color: #3DBADF;
}
</style>
background-color css
<style>
a { background-color: #3DBADF; }
a { background-color: rgb(61,186,223); }
div.DivClassName
{
background-color: #3DBADF;
}
.BgClassName
{
background-color: #3DBADF;
}
</style>
border-color css
<style>
span { border-color: #3DBADF; }
span { border-color: rgb(61,186,223); }
td.TdClassName
{
border-color: #3DBADF;
}
.TagClassName
{
border-color: #3DBADF;
}
</style>