Shades of Summer Sky #3DBEDF
Tints of Summer Sky #3DBEDF
RGB
CMYK
RGB Variations
Color information
#3DBEDF (or 0x3DBEDF) is known color: Summer Sky. HEX triplet: 3D, BE and DF. RGB value is (61,190,223). Sum of RGB (Red+Green+Blue) = 61+190+223=474 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.87% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #3DBEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBEDF is #C24120. Grayscale: #9A9A9A. Windows color (decimal): -12730657 or 14663229. OLE color: 14663229.
HSL color Cylindrical-coordinate representation of color #3DBEDF: hue angle of 192.22º 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 #3DBEDF is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 190 | 223 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.13 |
| HSL | 192.22º | 0.72% | 0.56% | - |
| HSV(B) | 192.22º | 0.73% | 0.87% | - |
| XYZ | 33.66 | 43.15 | 76.37 | - |
| YUV | 155.19 | 166.26 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 223 | 0.73 | 0.15 | 0 | 0.13 | 192.22 | 0.72 | 0.56 |
| Hex | 3D | BE | DF | 49 | F | 0 | D | C0 | 48 | 38 |
| Octal | 75 | 276 | 337 | 111 | 17 | 0 | 15 | 300 | 110 | 70 |
| Binary | 111101 | 10111110 | 11011111 | 1001001 | 1111 | 0 | 1101 | 11000000 | 1001000 | 111000 |
Color Harmonies of #3DBEDF
Complementary color
Monochromatic Colors of #3DBEDF
Black with #3DBEDF
Text Example
Text Example
White with #3DBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBEDF; }
p { color: rgb(61,190,223); }
H1.HeaderClassName
{
color: #3DBEDF;
}
.AnyTagClassName
{
color: #3DBEDF;
}
</style>
background-color css
<style>
a { background-color: #3DBEDF; }
a { background-color: rgb(61,190,223); }
div.DivClassName
{
background-color: #3DBEDF;
}
.BgClassName
{
background-color: #3DBEDF;
}
</style>
border-color css
<style>
span { border-color: #3DBEDF; }
span { border-color: rgb(61,190,223); }
td.TdClassName
{
border-color: #3DBEDF;
}
.TagClassName
{
border-color: #3DBEDF;
}
</style>