Shades of Summer Sky #3DD3F6
Tints of Summer Sky #3DD3F6
RGB
CMYK
RGB Variations
Color information
#3DD3F6 (or 0x3DD3F6) is known color: Summer Sky. HEX triplet: 3D, D3 and F6. RGB value is (61,211,246). Sum of RGB (Red+Green+Blue) = 61+211+246=518 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.78% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 246 - color contains mainly: blue. Hex color #3DD3F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DD3F6 is #C22C09. Grayscale: #A9A9A9. Windows color (decimal): -12725258 or 16175933. OLE color: 16175933.
HSL color Cylindrical-coordinate representation of color #3DD3F6: hue angle of 191.35º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DD3F6 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 211 | 246 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.04 |
| HSL | 191.35º | 0.91% | 0.6% | - |
| HSV(B) | 191.35º | 0.75% | 0.96% | - |
| XYZ | 41.85 | 54.23 | 95.45 | - |
| YUV | 170.14 | 170.81 | 50.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 211 | 246 | 0.75 | 0.14 | 0 | 0.04 | 191.35 | 0.91 | 0.6 |
| Hex | 3D | D3 | F6 | 4B | E | 0 | 4 | BF | 5B | 3C |
| Octal | 75 | 323 | 366 | 113 | 16 | 0 | 4 | 277 | 133 | 74 |
| Binary | 111101 | 11010011 | 11110110 | 1001011 | 1110 | 0 | 100 | 10111111 | 1011011 | 111100 |
Color Harmonies of #3DD3F6
Complementary color
Monochromatic Colors of #3DD3F6
Black with #3DD3F6
Text Example
Text Example
White with #3DD3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD3F6; }
p { color: rgb(61,211,246); }
H1.HeaderClassName
{
color: #3DD3F6;
}
.AnyTagClassName
{
color: #3DD3F6;
}
</style>
background-color css
<style>
a { background-color: #3DD3F6; }
a { background-color: rgb(61,211,246); }
div.DivClassName
{
background-color: #3DD3F6;
}
.BgClassName
{
background-color: #3DD3F6;
}
</style>
border-color css
<style>
span { border-color: #3DD3F6; }
span { border-color: rgb(61,211,246); }
td.TdClassName
{
border-color: #3DD3F6;
}
.TagClassName
{
border-color: #3DD3F6;
}
</style>