Shades of Summer Sky #3DB6F8
Tints of Summer Sky #3DB6F8
RGB
CMYK
RGB Variations
Color information
#3DB6F8 (or 0x3DB6F8) is known color: Summer Sky. HEX triplet: 3D, B6 and F8. RGB value is (61,182,248). Sum of RGB (Red+Green+Blue) = 61+182+248=491 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.42% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #3DB6F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DB6F8 is #C24907. Grayscale: #989898. Windows color (decimal): -12732680 or 16299581. OLE color: 16299581.
HSL color Cylindrical-coordinate representation of color #3DB6F8: hue angle of 201.18º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DB6F8 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 182 | 248 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.03 |
| HSL | 201.18º | 0.93% | 0.61% | - |
| HSV(B) | 201.18º | 0.75% | 0.97% | - |
| XYZ | 35.6 | 41.23 | 94.89 | - |
| YUV | 153.35 | 181.41 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 182 | 248 | 0.75 | 0.27 | 0 | 0.03 | 201.18 | 0.93 | 0.61 |
| Hex | 3D | B6 | F8 | 4B | 1B | 0 | 3 | C9 | 5D | 3D |
| Octal | 75 | 266 | 370 | 113 | 33 | 0 | 3 | 311 | 135 | 75 |
| Binary | 111101 | 10110110 | 11111000 | 1001011 | 11011 | 0 | 11 | 11001001 | 1011101 | 111101 |
Color Harmonies of #3DB6F8
Complementary color
Monochromatic Colors of #3DB6F8
Black with #3DB6F8
Text Example
Text Example
White with #3DB6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB6F8; }
p { color: rgb(61,182,248); }
H1.HeaderClassName
{
color: #3DB6F8;
}
.AnyTagClassName
{
color: #3DB6F8;
}
</style>
background-color css
<style>
a { background-color: #3DB6F8; }
a { background-color: rgb(61,182,248); }
div.DivClassName
{
background-color: #3DB6F8;
}
.BgClassName
{
background-color: #3DB6F8;
}
</style>
border-color css
<style>
span { border-color: #3DB6F8; }
span { border-color: rgb(61,182,248); }
td.TdClassName
{
border-color: #3DB6F8;
}
.TagClassName
{
border-color: #3DB6F8;
}
</style>