Shades of Summer Sky #3DA5F8
Tints of Summer Sky #3DA5F8
RGB
CMYK
RGB Variations
Color information
#3DA5F8 (or 0x3DA5F8) is known color: Summer Sky. HEX triplet: 3D, A5 and F8. RGB value is (61,165,248). Sum of RGB (Red+Green+Blue) = 61+165+248=474 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.87% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 248 (97.27% from 255 or 52.32% from 474); Max value from RGB is 248 - color contains mainly: blue. Hex color #3DA5F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DA5F8 is #C25A07. Grayscale: #8E8E8E. Windows color (decimal): -12737032 or 16295229. OLE color: 16295229.
HSL color Cylindrical-coordinate representation of color #3DA5F8: hue angle of 206.63º 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 #3DA5F8 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 165 | 248 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.03 |
| HSL | 206.63º | 0.93% | 0.61% | - |
| HSV(B) | 206.63º | 0.75% | 0.97% | - |
| XYZ | 32.32 | 34.68 | 93.8 | - |
| YUV | 143.37 | 187.04 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 165 | 248 | 0.75 | 0.33 | 0 | 0.03 | 206.63 | 0.93 | 0.61 |
| Hex | 3D | A5 | F8 | 4B | 21 | 0 | 3 | CF | 5D | 3D |
| Octal | 75 | 245 | 370 | 113 | 41 | 0 | 3 | 317 | 135 | 75 |
| Binary | 111101 | 10100101 | 11111000 | 1001011 | 100001 | 0 | 11 | 11001111 | 1011101 | 111101 |
Color Harmonies of #3DA5F8
Complementary color
Monochromatic Colors of #3DA5F8
Black with #3DA5F8
Text Example
Text Example
White with #3DA5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA5F8; }
p { color: rgb(61,165,248); }
H1.HeaderClassName
{
color: #3DA5F8;
}
.AnyTagClassName
{
color: #3DA5F8;
}
</style>
background-color css
<style>
a { background-color: #3DA5F8; }
a { background-color: rgb(61,165,248); }
div.DivClassName
{
background-color: #3DA5F8;
}
.BgClassName
{
background-color: #3DA5F8;
}
</style>
border-color css
<style>
span { border-color: #3DA5F8; }
span { border-color: rgb(61,165,248); }
td.TdClassName
{
border-color: #3DA5F8;
}
.TagClassName
{
border-color: #3DA5F8;
}
</style>