Shades of Summer Sky #3DBDDB
Tints of Summer Sky #3DBDDB
RGB
CMYK
RGB Variations
Color information
#3DBDDB (or 0x3DBDDB) is known color: Summer Sky. HEX triplet: 3D, BD and DB. RGB value is (61,189,219). Sum of RGB (Red+Green+Blue) = 61+189+219=469 (62% of max value = 765). Red value is 61 (24.22% from 255 or 13.01% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #3DBDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBDDB is #C24224. Grayscale: #999999. Windows color (decimal): -12730917 or 14400829. OLE color: 14400829.
HSL color Cylindrical-coordinate representation of color #3DBDDB: hue angle of 191.39º 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 #3DBDDB is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 189 | 219 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.14 |
| HSL | 191.39º | 0.69% | 0.55% | - |
| HSV(B) | 191.39º | 0.72% | 0.86% | - |
| XYZ | 32.91 | 42.5 | 73.49 | - |
| YUV | 154.15 | 164.59 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 219 | 0.72 | 0.14 | 0 | 0.14 | 191.39 | 0.69 | 0.55 |
| Hex | 3D | BD | DB | 48 | E | 0 | E | BF | 45 | 37 |
| Octal | 75 | 275 | 333 | 110 | 16 | 0 | 16 | 277 | 105 | 67 |
| Binary | 111101 | 10111101 | 11011011 | 1001000 | 1110 | 0 | 1110 | 10111111 | 1000101 | 110111 |
Color Harmonies of #3DBDDB
Complementary color
Monochromatic Colors of #3DBDDB
Black with #3DBDDB
Text Example
Text Example
White with #3DBDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBDDB; }
p { color: rgb(61,189,219); }
H1.HeaderClassName
{
color: #3DBDDB;
}
.AnyTagClassName
{
color: #3DBDDB;
}
</style>
background-color css
<style>
a { background-color: #3DBDDB; }
a { background-color: rgb(61,189,219); }
div.DivClassName
{
background-color: #3DBDDB;
}
.BgClassName
{
background-color: #3DBDDB;
}
</style>
border-color css
<style>
span { border-color: #3DBDDB; }
span { border-color: rgb(61,189,219); }
td.TdClassName
{
border-color: #3DBDDB;
}
.TagClassName
{
border-color: #3DBDDB;
}
</style>