Shades of Summer Sky #3DBFDD
Tints of Summer Sky #3DBFDD
RGB
CMYK
RGB Variations
Color information
#3DBFDD (or 0x3DBFDD) is known color: Summer Sky. HEX triplet: 3D, BF and DD. RGB value is (61,191,221). Sum of RGB (Red+Green+Blue) = 61+191+221=473 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.90% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #3DBFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBFDD is #C24022. Grayscale: #9B9B9B. Windows color (decimal): -12730403 or 14532413. OLE color: 14532413.
HSL color Cylindrical-coordinate representation of color #3DBFDD: hue angle of 191.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DBFDD is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 191 | 221 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.13 |
| HSL | 191.25º | 0.7% | 0.55% | - |
| HSV(B) | 191.25º | 0.72% | 0.87% | - |
| XYZ | 33.61 | 43.47 | 75.03 | - |
| YUV | 155.55 | 164.93 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 221 | 0.72 | 0.14 | 0 | 0.13 | 191.25 | 0.7 | 0.55 |
| Hex | 3D | BF | DD | 48 | E | 0 | D | BF | 46 | 37 |
| Octal | 75 | 277 | 335 | 110 | 16 | 0 | 15 | 277 | 106 | 67 |
| Binary | 111101 | 10111111 | 11011101 | 1001000 | 1110 | 0 | 1101 | 10111111 | 1000110 | 110111 |
Color Harmonies of #3DBFDD
Complementary color
Monochromatic Colors of #3DBFDD
Black with #3DBFDD
Text Example
Text Example
White with #3DBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBFDD; }
p { color: rgb(61,191,221); }
H1.HeaderClassName
{
color: #3DBFDD;
}
.AnyTagClassName
{
color: #3DBFDD;
}
</style>
background-color css
<style>
a { background-color: #3DBFDD; }
a { background-color: rgb(61,191,221); }
div.DivClassName
{
background-color: #3DBFDD;
}
.BgClassName
{
background-color: #3DBFDD;
}
</style>
border-color css
<style>
span { border-color: #3DBFDD; }
span { border-color: rgb(61,191,221); }
td.TdClassName
{
border-color: #3DBFDD;
}
.TagClassName
{
border-color: #3DBFDD;
}
</style>