Shades of Summer Sky #3DBDDE
Tints of Summer Sky #3DBDDE
RGB
CMYK
RGB Variations
Color information
#3DBDDE (or 0x3DBDDE) is known color: Summer Sky. HEX triplet: 3D, BD and DE. RGB value is (61,189,222). Sum of RGB (Red+Green+Blue) = 61+189+222=472 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.92% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #3DBDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBDDE is #C24221. Grayscale: #9A9A9A. Windows color (decimal): -12730914 or 14597437. OLE color: 14597437.
HSL color Cylindrical-coordinate representation of color #3DBDDE: hue angle of 192.3º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DBDDE is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 189 | 222 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.13 |
| HSL | 192.3º | 0.71% | 0.55% | - |
| HSV(B) | 192.3º | 0.73% | 0.87% | - |
| XYZ | 33.31 | 42.66 | 75.59 | - |
| YUV | 154.49 | 166.09 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 222 | 0.73 | 0.15 | 0 | 0.13 | 192.3 | 0.71 | 0.55 |
| Hex | 3D | BD | DE | 49 | F | 0 | D | C0 | 47 | 37 |
| Octal | 75 | 275 | 336 | 111 | 17 | 0 | 15 | 300 | 107 | 67 |
| Binary | 111101 | 10111101 | 11011110 | 1001001 | 1111 | 0 | 1101 | 11000000 | 1000111 | 110111 |
Color Harmonies of #3DBDDE
Complementary color
Monochromatic Colors of #3DBDDE
Black with #3DBDDE
Text Example
Text Example
White with #3DBDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBDDE; }
p { color: rgb(61,189,222); }
H1.HeaderClassName
{
color: #3DBDDE;
}
.AnyTagClassName
{
color: #3DBDDE;
}
</style>
background-color css
<style>
a { background-color: #3DBDDE; }
a { background-color: rgb(61,189,222); }
div.DivClassName
{
background-color: #3DBDDE;
}
.BgClassName
{
background-color: #3DBDDE;
}
</style>
border-color css
<style>
span { border-color: #3DBDDE; }
span { border-color: rgb(61,189,222); }
td.TdClassName
{
border-color: #3DBDDE;
}
.TagClassName
{
border-color: #3DBDDE;
}
</style>