Shades of Summer Sky #3DBFDB
Tints of Summer Sky #3DBFDB
RGB
CMYK
RGB Variations
Color information
#3DBFDB (or 0x3DBFDB) is known color: Summer Sky. HEX triplet: 3D, BF and DB. RGB value is (61,191,219). Sum of RGB (Red+Green+Blue) = 61+191+219=471 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.95% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #3DBFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBFDB is #C24024. Grayscale: #9B9B9B. Windows color (decimal): -12730405 or 14401341. OLE color: 14401341.
HSL color Cylindrical-coordinate representation of color #3DBFDB: hue angle of 190.63º 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 #3DBFDB is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 191 | 219 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.14 |
| HSL | 190.63º | 0.69% | 0.55% | - |
| HSV(B) | 190.63º | 0.72% | 0.86% | - |
| XYZ | 33.34 | 43.37 | 73.63 | - |
| YUV | 155.32 | 163.93 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 219 | 0.72 | 0.13 | 0 | 0.14 | 190.63 | 0.69 | 0.55 |
| Hex | 3D | BF | DB | 48 | D | 0 | E | BF | 45 | 37 |
| Octal | 75 | 277 | 333 | 110 | 15 | 0 | 16 | 277 | 105 | 67 |
| Binary | 111101 | 10111111 | 11011011 | 1001000 | 1101 | 0 | 1110 | 10111111 | 1000101 | 110111 |
Color Harmonies of #3DBFDB
Complementary color
Monochromatic Colors of #3DBFDB
Black with #3DBFDB
Text Example
Text Example
White with #3DBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBFDB; }
p { color: rgb(61,191,219); }
H1.HeaderClassName
{
color: #3DBFDB;
}
.AnyTagClassName
{
color: #3DBFDB;
}
</style>
background-color css
<style>
a { background-color: #3DBFDB; }
a { background-color: rgb(61,191,219); }
div.DivClassName
{
background-color: #3DBFDB;
}
.BgClassName
{
background-color: #3DBFDB;
}
</style>
border-color css
<style>
span { border-color: #3DBFDB; }
span { border-color: rgb(61,191,219); }
td.TdClassName
{
border-color: #3DBFDB;
}
.TagClassName
{
border-color: #3DBFDB;
}
</style>