Shades of Summer Sky #3DBDDF
Tints of Summer Sky #3DBDDF
RGB
CMYK
RGB Variations
Color information
#3DBDDF (or 0x3DBDDF) is known color: Summer Sky. HEX triplet: 3D, BD and DF. RGB value is (61,189,223). Sum of RGB (Red+Green+Blue) = 61+189+223=473 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.90% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #3DBDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBDDF is #C24220. Grayscale: #9A9A9A. Windows color (decimal): -12730913 or 14662973. OLE color: 14662973.
HSL color Cylindrical-coordinate representation of color #3DBDDF: hue angle of 192.59º 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 #3DBDDF is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 189 | 223 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.13 |
| HSL | 192.59º | 0.72% | 0.56% | - |
| HSV(B) | 192.59º | 0.73% | 0.87% | - |
| XYZ | 33.44 | 42.72 | 76.29 | - |
| YUV | 154.6 | 166.59 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 223 | 0.73 | 0.15 | 0 | 0.13 | 192.59 | 0.72 | 0.56 |
| Hex | 3D | BD | DF | 49 | F | 0 | D | C1 | 48 | 38 |
| Octal | 75 | 275 | 337 | 111 | 17 | 0 | 15 | 301 | 110 | 70 |
| Binary | 111101 | 10111101 | 11011111 | 1001001 | 1111 | 0 | 1101 | 11000001 | 1001000 | 111000 |
Color Harmonies of #3DBDDF
Complementary color
Monochromatic Colors of #3DBDDF
Black with #3DBDDF
Text Example
Text Example
White with #3DBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBDDF; }
p { color: rgb(61,189,223); }
H1.HeaderClassName
{
color: #3DBDDF;
}
.AnyTagClassName
{
color: #3DBDDF;
}
</style>
background-color css
<style>
a { background-color: #3DBDDF; }
a { background-color: rgb(61,189,223); }
div.DivClassName
{
background-color: #3DBDDF;
}
.BgClassName
{
background-color: #3DBDDF;
}
</style>
border-color css
<style>
span { border-color: #3DBDDF; }
span { border-color: rgb(61,189,223); }
td.TdClassName
{
border-color: #3DBDDF;
}
.TagClassName
{
border-color: #3DBDDF;
}
</style>