Shades of Summer Sky #3DB6F1
Tints of Summer Sky #3DB6F1
RGB
CMYK
RGB Variations
Color information
#3DB6F1 (or 0x3DB6F1) is known color: Summer Sky. HEX triplet: 3D, B6 and F1. RGB value is (61,182,241). Sum of RGB (Red+Green+Blue) = 61+182+241=484 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.60% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #3DB6F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DB6F1 is #C2490E. Grayscale: #989898. Windows color (decimal): -12732687 or 15840829. OLE color: 15840829.
HSL color Cylindrical-coordinate representation of color #3DB6F1: hue angle of 199.67º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DB6F1 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 182 | 241 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.05 |
| HSL | 199.67º | 0.87% | 0.59% | - |
| HSV(B) | 199.67º | 0.75% | 0.95% | - |
| XYZ | 34.53 | 40.8 | 89.27 | - |
| YUV | 152.55 | 177.91 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 182 | 241 | 0.75 | 0.24 | 0 | 0.05 | 199.67 | 0.87 | 0.59 |
| Hex | 3D | B6 | F1 | 4B | 18 | 0 | 5 | C8 | 57 | 3B |
| Octal | 75 | 266 | 361 | 113 | 30 | 0 | 5 | 310 | 127 | 73 |
| Binary | 111101 | 10110110 | 11110001 | 1001011 | 11000 | 0 | 101 | 11001000 | 1010111 | 111011 |
Color Harmonies of #3DB6F1
Complementary color
Monochromatic Colors of #3DB6F1
Black with #3DB6F1
Text Example
Text Example
White with #3DB6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB6F1; }
p { color: rgb(61,182,241); }
H1.HeaderClassName
{
color: #3DB6F1;
}
.AnyTagClassName
{
color: #3DB6F1;
}
</style>
background-color css
<style>
a { background-color: #3DB6F1; }
a { background-color: rgb(61,182,241); }
div.DivClassName
{
background-color: #3DB6F1;
}
.BgClassName
{
background-color: #3DB6F1;
}
</style>
border-color css
<style>
span { border-color: #3DB6F1; }
span { border-color: rgb(61,182,241); }
td.TdClassName
{
border-color: #3DB6F1;
}
.TagClassName
{
border-color: #3DB6F1;
}
</style>