Shades of Summer Sky #3DB0DF
Tints of Summer Sky #3DB0DF
RGB
CMYK
RGB Variations
Color information
#3DB0DF (or 0x3DB0DF) is known color: Summer Sky. HEX triplet: 3D, B0 and DF. RGB value is (61,176,223). Sum of RGB (Red+Green+Blue) = 61+176+223=460 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.26% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #3DB0DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DB0DF is #C24F20. Grayscale: #929292. Windows color (decimal): -12734241 or 14659645. OLE color: 14659645.
HSL color Cylindrical-coordinate representation of color #3DB0DF: hue angle of 197.41º 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 #3DB0DF is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 176 | 223 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.13 |
| HSL | 197.41º | 0.72% | 0.56% | - |
| HSV(B) | 197.41º | 0.73% | 0.87% | - |
| XYZ | 30.77 | 37.37 | 75.4 | - |
| YUV | 146.97 | 170.9 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 223 | 0.73 | 0.21 | 0 | 0.13 | 197.41 | 0.72 | 0.56 |
| Hex | 3D | B0 | DF | 49 | 15 | 0 | D | C5 | 48 | 38 |
| Octal | 75 | 260 | 337 | 111 | 25 | 0 | 15 | 305 | 110 | 70 |
| Binary | 111101 | 10110000 | 11011111 | 1001001 | 10101 | 0 | 1101 | 11000101 | 1001000 | 111000 |
Color Harmonies of #3DB0DF
Complementary color
Monochromatic Colors of #3DB0DF
Black with #3DB0DF
Text Example
Text Example
White with #3DB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB0DF; }
p { color: rgb(61,176,223); }
H1.HeaderClassName
{
color: #3DB0DF;
}
.AnyTagClassName
{
color: #3DB0DF;
}
</style>
background-color css
<style>
a { background-color: #3DB0DF; }
a { background-color: rgb(61,176,223); }
div.DivClassName
{
background-color: #3DB0DF;
}
.BgClassName
{
background-color: #3DB0DF;
}
</style>
border-color css
<style>
span { border-color: #3DB0DF; }
span { border-color: rgb(61,176,223); }
td.TdClassName
{
border-color: #3DB0DF;
}
.TagClassName
{
border-color: #3DB0DF;
}
</style>