Shades of Summer Sky #3DD7FF
Tints of Summer Sky #3DD7FF
RGB
CMYK
RGB Variations
Color information
#3DD7FF (or 0x3DD7FF) is known color: Summer Sky. HEX triplet: 3D, D7 and FF. RGB value is (61,215,255). Sum of RGB (Red+Green+Blue) = 61+215+255=531 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.49% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DD7FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DD7FF is #C22800. Grayscale: #ADADAD. Windows color (decimal): -12724225 or 16766781. OLE color: 16766781.
HSL color Cylindrical-coordinate representation of color #3DD7FF: hue angle of 192.37º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DD7FF is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 215 | 255 | - |
| CMYK | 0.76 | 0.16 | 0 | 0 |
| HSL | 192.37º | 1% | 0.62% | - |
| HSV(B) | 192.37º | 0.76% | 1% | - |
| XYZ | 44.27 | 56.81 | 103.24 | - |
| YUV | 173.51 | 173.98 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 215 | 255 | 0.76 | 0.16 | 0 | 0 | 192.37 | 1 | 0.62 |
| Hex | 3D | D7 | FF | 4C | 10 | 0 | 0 | C0 | 64 | 3E |
| Octal | 75 | 327 | 377 | 114 | 20 | 0 | 0 | 300 | 144 | 76 |
| Binary | 111101 | 11010111 | 11111111 | 1001100 | 10000 | 0 | 0 | 11000000 | 1100100 | 111110 |
Color Harmonies of #3DD7FF
Complementary color
Monochromatic Colors of #3DD7FF
Black with #3DD7FF
Text Example
Text Example
White with #3DD7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD7FF; }
p { color: rgb(61,215,255); }
H1.HeaderClassName
{
color: #3DD7FF;
}
.AnyTagClassName
{
color: #3DD7FF;
}
</style>
background-color css
<style>
a { background-color: #3DD7FF; }
a { background-color: rgb(61,215,255); }
div.DivClassName
{
background-color: #3DD7FF;
}
.BgClassName
{
background-color: #3DD7FF;
}
</style>
border-color css
<style>
span { border-color: #3DD7FF; }
span { border-color: rgb(61,215,255); }
td.TdClassName
{
border-color: #3DD7FF;
}
.TagClassName
{
border-color: #3DD7FF;
}
</style>