Shades of Summer Sky #3DB6FA
Tints of Summer Sky #3DB6FA
RGB
CMYK
RGB Variations
Color information
#3DB6FA (or 0x3DB6FA) is known color: Summer Sky. HEX triplet: 3D, B6 and FA. RGB value is (61,182,250). Sum of RGB (Red+Green+Blue) = 61+182+250=493 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.37% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #3DB6FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DB6FA is #C24905. Grayscale: #999999. Windows color (decimal): -12732678 or 16430653. OLE color: 16430653.
HSL color Cylindrical-coordinate representation of color #3DB6FA: hue angle of 201.59º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DB6FA is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 182 | 250 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.02 |
| HSL | 201.59º | 0.95% | 0.61% | - |
| HSV(B) | 201.59º | 0.76% | 0.98% | - |
| XYZ | 35.91 | 41.35 | 96.53 | - |
| YUV | 153.57 | 182.41 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 182 | 250 | 0.76 | 0.27 | 0 | 0.02 | 201.59 | 0.95 | 0.61 |
| Hex | 3D | B6 | FA | 4C | 1B | 0 | 2 | CA | 5F | 3D |
| Octal | 75 | 266 | 372 | 114 | 33 | 0 | 2 | 312 | 137 | 75 |
| Binary | 111101 | 10110110 | 11111010 | 1001100 | 11011 | 0 | 10 | 11001010 | 1011111 | 111101 |
Color Harmonies of #3DB6FA
Complementary color
Monochromatic Colors of #3DB6FA
Black with #3DB6FA
Text Example
Text Example
White with #3DB6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB6FA; }
p { color: rgb(61,182,250); }
H1.HeaderClassName
{
color: #3DB6FA;
}
.AnyTagClassName
{
color: #3DB6FA;
}
</style>
background-color css
<style>
a { background-color: #3DB6FA; }
a { background-color: rgb(61,182,250); }
div.DivClassName
{
background-color: #3DB6FA;
}
.BgClassName
{
background-color: #3DB6FA;
}
</style>
border-color css
<style>
span { border-color: #3DB6FA; }
span { border-color: rgb(61,182,250); }
td.TdClassName
{
border-color: #3DB6FA;
}
.TagClassName
{
border-color: #3DB6FA;
}
</style>