Shades of Summer Sky #3DBBDC
Tints of Summer Sky #3DBBDC
RGB
CMYK
RGB Variations
Color information
#3DBBDC (or 0x3DBBDC) is known color: Summer Sky. HEX triplet: 3D, BB and DC. RGB value is (61,187,220). Sum of RGB (Red+Green+Blue) = 61+187+220=468 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.03% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #3DBBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBBDC is #C24423. Grayscale: #989898. Windows color (decimal): -12731428 or 14465853. OLE color: 14465853.
HSL color Cylindrical-coordinate representation of color #3DBBDC: hue angle of 192.45º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DBBDC is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 187 | 220 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.14 |
| HSL | 192.45º | 0.69% | 0.55% | - |
| HSV(B) | 192.45º | 0.72% | 0.86% | - |
| XYZ | 32.61 | 41.7 | 74.04 | - |
| YUV | 153.09 | 165.76 | 62.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 220 | 0.72 | 0.15 | 0 | 0.14 | 192.45 | 0.69 | 0.55 |
| Hex | 3D | BB | DC | 48 | F | 0 | E | C0 | 45 | 37 |
| Octal | 75 | 273 | 334 | 110 | 17 | 0 | 16 | 300 | 105 | 67 |
| Binary | 111101 | 10111011 | 11011100 | 1001000 | 1111 | 0 | 1110 | 11000000 | 1000101 | 110111 |
Color Harmonies of #3DBBDC
Complementary color
Monochromatic Colors of #3DBBDC
Black with #3DBBDC
Text Example
Text Example
White with #3DBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBBDC; }
p { color: rgb(61,187,220); }
H1.HeaderClassName
{
color: #3DBBDC;
}
.AnyTagClassName
{
color: #3DBBDC;
}
</style>
background-color css
<style>
a { background-color: #3DBBDC; }
a { background-color: rgb(61,187,220); }
div.DivClassName
{
background-color: #3DBBDC;
}
.BgClassName
{
background-color: #3DBBDC;
}
</style>
border-color css
<style>
span { border-color: #3DBBDC; }
span { border-color: rgb(61,187,220); }
td.TdClassName
{
border-color: #3DBBDC;
}
.TagClassName
{
border-color: #3DBBDC;
}
</style>