Shades of Summer Sky #3DBFD6
Tints of Summer Sky #3DBFD6
RGB
CMYK
RGB Variations
Color information
#3DBFD6 (or 0x3DBFD6) is known color: Summer Sky. HEX triplet: 3D, BF and D6. RGB value is (61,191,214). Sum of RGB (Red+Green+Blue) = 61+191+214=466 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.09% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #3DBFD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBFD6 is #C24029. Grayscale: #9A9A9A. Windows color (decimal): -12730410 or 14073661. OLE color: 14073661.
HSL color Cylindrical-coordinate representation of color #3DBFD6: hue angle of 189.02º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DBFD6 is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 191 | 214 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.16 |
| HSL | 189.02º | 0.65% | 0.54% | - |
| HSV(B) | 189.02º | 0.71% | 0.84% | - |
| XYZ | 32.69 | 43.11 | 70.22 | - |
| YUV | 154.75 | 161.43 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 214 | 0.71 | 0.11 | 0 | 0.16 | 189.02 | 0.65 | 0.54 |
| Hex | 3D | BF | D6 | 47 | B | 0 | 10 | BD | 41 | 36 |
| Octal | 75 | 277 | 326 | 107 | 13 | 0 | 20 | 275 | 101 | 66 |
| Binary | 111101 | 10111111 | 11010110 | 1000111 | 1011 | 0 | 10000 | 10111101 | 1000001 | 110110 |
Color Harmonies of #3DBFD6
Complementary color
Monochromatic Colors of #3DBFD6
Black with #3DBFD6
Text Example
Text Example
White with #3DBFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBFD6; }
p { color: rgb(61,191,214); }
H1.HeaderClassName
{
color: #3DBFD6;
}
.AnyTagClassName
{
color: #3DBFD6;
}
</style>
background-color css
<style>
a { background-color: #3DBFD6; }
a { background-color: rgb(61,191,214); }
div.DivClassName
{
background-color: #3DBFD6;
}
.BgClassName
{
background-color: #3DBFD6;
}
</style>
border-color css
<style>
span { border-color: #3DBFD6; }
span { border-color: rgb(61,191,214); }
td.TdClassName
{
border-color: #3DBFD6;
}
.TagClassName
{
border-color: #3DBFD6;
}
</style>