Shades of Summer Sky #3DBCDF
Tints of Summer Sky #3DBCDF
RGB
CMYK
RGB Variations
Color information
#3DBCDF (or 0x3DBCDF) is known color: Summer Sky. HEX triplet: 3D, BC and DF. RGB value is (61,188,223). Sum of RGB (Red+Green+Blue) = 61+188+223=472 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.92% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #3DBCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBCDF is #C24320. Grayscale: #999999. Windows color (decimal): -12731169 or 14662717. OLE color: 14662717.
HSL color Cylindrical-coordinate representation of color #3DBCDF: hue angle of 192.96º 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 #3DBCDF is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 188 | 223 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.13 |
| HSL | 192.96º | 0.72% | 0.56% | - |
| HSV(B) | 192.96º | 0.73% | 0.87% | - |
| XYZ | 33.23 | 42.29 | 76.22 | - |
| YUV | 154.02 | 166.92 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 188 | 223 | 0.73 | 0.16 | 0 | 0.13 | 192.96 | 0.72 | 0.56 |
| Hex | 3D | BC | DF | 49 | 10 | 0 | D | C1 | 48 | 38 |
| Octal | 75 | 274 | 337 | 111 | 20 | 0 | 15 | 301 | 110 | 70 |
| Binary | 111101 | 10111100 | 11011111 | 1001001 | 10000 | 0 | 1101 | 11000001 | 1001000 | 111000 |
Color Harmonies of #3DBCDF
Complementary color
Monochromatic Colors of #3DBCDF
Black with #3DBCDF
Text Example
Text Example
White with #3DBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBCDF; }
p { color: rgb(61,188,223); }
H1.HeaderClassName
{
color: #3DBCDF;
}
.AnyTagClassName
{
color: #3DBCDF;
}
</style>
background-color css
<style>
a { background-color: #3DBCDF; }
a { background-color: rgb(61,188,223); }
div.DivClassName
{
background-color: #3DBCDF;
}
.BgClassName
{
background-color: #3DBCDF;
}
</style>
border-color css
<style>
span { border-color: #3DBCDF; }
span { border-color: rgb(61,188,223); }
td.TdClassName
{
border-color: #3DBCDF;
}
.TagClassName
{
border-color: #3DBCDF;
}
</style>