Shades of Summer Sky #3DB1DF
Tints of Summer Sky #3DB1DF
RGB
CMYK
RGB Variations
Color information
#3DB1DF (or 0x3DB1DF) is known color: Summer Sky. HEX triplet: 3D, B1 and DF. RGB value is (61,177,223). Sum of RGB (Red+Green+Blue) = 61+177+223=461 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.23% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #3DB1DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DB1DF is #C24E20. Grayscale: #939393. Windows color (decimal): -12733985 or 14659901. OLE color: 14659901.
HSL color Cylindrical-coordinate representation of color #3DB1DF: hue angle of 197.04º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DB1DF is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 177 | 223 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.13 |
| HSL | 197.04º | 0.72% | 0.56% | - |
| HSV(B) | 197.04º | 0.73% | 0.87% | - |
| XYZ | 30.97 | 37.76 | 75.47 | - |
| YUV | 147.56 | 170.57 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 177 | 223 | 0.73 | 0.21 | 0 | 0.13 | 197.04 | 0.72 | 0.56 |
| Hex | 3D | B1 | DF | 49 | 15 | 0 | D | C5 | 48 | 38 |
| Octal | 75 | 261 | 337 | 111 | 25 | 0 | 15 | 305 | 110 | 70 |
| Binary | 111101 | 10110001 | 11011111 | 1001001 | 10101 | 0 | 1101 | 11000101 | 1001000 | 111000 |
Color Harmonies of #3DB1DF
Complementary color
Monochromatic Colors of #3DB1DF
Black with #3DB1DF
Text Example
Text Example
White with #3DB1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB1DF; }
p { color: rgb(61,177,223); }
H1.HeaderClassName
{
color: #3DB1DF;
}
.AnyTagClassName
{
color: #3DB1DF;
}
</style>
background-color css
<style>
a { background-color: #3DB1DF; }
a { background-color: rgb(61,177,223); }
div.DivClassName
{
background-color: #3DB1DF;
}
.BgClassName
{
background-color: #3DB1DF;
}
</style>
border-color css
<style>
span { border-color: #3DB1DF; }
span { border-color: rgb(61,177,223); }
td.TdClassName
{
border-color: #3DB1DF;
}
.TagClassName
{
border-color: #3DB1DF;
}
</style>