Shades of Summer Sky #3DB7FF
Tints of Summer Sky #3DB7FF
RGB
CMYK
RGB Variations
Color information
#3DB7FF (or 0x3DB7FF) is known color: Summer Sky. HEX triplet: 3D, B7 and FF. RGB value is (61,183,255). Sum of RGB (Red+Green+Blue) = 61+183+255=499 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.22% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DB7FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DB7FF is #C24800. Grayscale: #9A9A9A. Windows color (decimal): -12732417 or 16758589. OLE color: 16758589.
HSL color Cylindrical-coordinate representation of color #3DB7FF: hue angle of 202.27º 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 #3DB7FF is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 183 | 255 | - |
| CMYK | 0.76 | 0.28 | 0 | 0 |
| HSL | 202.27º | 1% | 0.62% | - |
| HSV(B) | 202.27º | 0.76% | 1% | - |
| XYZ | 36.91 | 42.08 | 100.78 | - |
| YUV | 154.73 | 184.58 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 255 | 0.76 | 0.28 | 0 | 0 | 202.27 | 1 | 0.62 |
| Hex | 3D | B7 | FF | 4C | 1C | 0 | 0 | CA | 64 | 3E |
| Octal | 75 | 267 | 377 | 114 | 34 | 0 | 0 | 312 | 144 | 76 |
| Binary | 111101 | 10110111 | 11111111 | 1001100 | 11100 | 0 | 0 | 11001010 | 1100100 | 111110 |
Color Harmonies of #3DB7FF
Complementary color
Monochromatic Colors of #3DB7FF
Black with #3DB7FF
Text Example
Text Example
White with #3DB7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB7FF; }
p { color: rgb(61,183,255); }
H1.HeaderClassName
{
color: #3DB7FF;
}
.AnyTagClassName
{
color: #3DB7FF;
}
</style>
background-color css
<style>
a { background-color: #3DB7FF; }
a { background-color: rgb(61,183,255); }
div.DivClassName
{
background-color: #3DB7FF;
}
.BgClassName
{
background-color: #3DB7FF;
}
</style>
border-color css
<style>
span { border-color: #3DB7FF; }
span { border-color: rgb(61,183,255); }
td.TdClassName
{
border-color: #3DB7FF;
}
.TagClassName
{
border-color: #3DB7FF;
}
</style>