Shades of Summer Sky #3DBBDF
Tints of Summer Sky #3DBBDF
RGB
CMYK
RGB Variations
Color information
#3DBBDF (or 0x3DBBDF) is known color: Summer Sky. HEX triplet: 3D, BB and DF. RGB value is (61,187,223). Sum of RGB (Red+Green+Blue) = 61+187+223=471 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.95% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #3DBBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBBDF is #C24420. Grayscale: #999999. Windows color (decimal): -12731425 or 14662461. OLE color: 14662461.
HSL color Cylindrical-coordinate representation of color #3DBBDF: hue angle of 193.33º 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 #3DBBDF is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 187 | 223 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.13 |
| HSL | 193.33º | 0.72% | 0.56% | - |
| HSV(B) | 193.33º | 0.73% | 0.87% | - |
| XYZ | 33.01 | 41.86 | 76.15 | - |
| YUV | 153.43 | 167.26 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 223 | 0.73 | 0.16 | 0 | 0.13 | 193.33 | 0.72 | 0.56 |
| Hex | 3D | BB | DF | 49 | 10 | 0 | D | C1 | 48 | 38 |
| Octal | 75 | 273 | 337 | 111 | 20 | 0 | 15 | 301 | 110 | 70 |
| Binary | 111101 | 10111011 | 11011111 | 1001001 | 10000 | 0 | 1101 | 11000001 | 1001000 | 111000 |
Color Harmonies of #3DBBDF
Complementary color
Monochromatic Colors of #3DBBDF
Black with #3DBBDF
Text Example
Text Example
White with #3DBBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBBDF; }
p { color: rgb(61,187,223); }
H1.HeaderClassName
{
color: #3DBBDF;
}
.AnyTagClassName
{
color: #3DBBDF;
}
</style>
background-color css
<style>
a { background-color: #3DBBDF; }
a { background-color: rgb(61,187,223); }
div.DivClassName
{
background-color: #3DBBDF;
}
.BgClassName
{
background-color: #3DBBDF;
}
</style>
border-color css
<style>
span { border-color: #3DBBDF; }
span { border-color: rgb(61,187,223); }
td.TdClassName
{
border-color: #3DBBDF;
}
.TagClassName
{
border-color: #3DBBDF;
}
</style>