Shades of Summer Sky #41ADE1
Tints of Summer Sky #41ADE1
RGB
CMYK
RGB Variations
Color information
#41ADE1 (or 0x41ADE1) is known color: Summer Sky. HEX triplet: 41, AD and E1. RGB value is (65,173,225). Sum of RGB (Red+Green+Blue) = 65+173+225=463 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.04% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #41ADE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ADE1 is #BE521E. Grayscale: #929292. Windows color (decimal): -12472863 or 14789953. OLE color: 14789953.
HSL color Cylindrical-coordinate representation of color #41ADE1: hue angle of 199.5º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41ADE1 is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 173 | 225 | - |
| CMYK | 0.71 | 0.23 | 0 | 0.12 |
| HSL | 199.5º | 0.73% | 0.57% | - |
| HSV(B) | 199.5º | 0.71% | 0.88% | - |
| XYZ | 30.71 | 36.45 | 76.65 | - |
| YUV | 146.64 | 172.22 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 173 | 225 | 0.71 | 0.23 | 0 | 0.12 | 199.5 | 0.73 | 0.57 |
| Hex | 41 | AD | E1 | 47 | 17 | 0 | C | C8 | 49 | 39 |
| Octal | 101 | 255 | 341 | 107 | 27 | 0 | 14 | 310 | 111 | 71 |
| Binary | 1000001 | 10101101 | 11100001 | 1000111 | 10111 | 0 | 1100 | 11001000 | 1001001 | 111001 |
Color Harmonies of #41ADE1
Complementary color
Monochromatic Colors of #41ADE1
Black with #41ADE1
Text Example
Text Example
White with #41ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ADE1; }
p { color: rgb(65,173,225); }
H1.HeaderClassName
{
color: #41ADE1;
}
.AnyTagClassName
{
color: #41ADE1;
}
</style>
background-color css
<style>
a { background-color: #41ADE1; }
a { background-color: rgb(65,173,225); }
div.DivClassName
{
background-color: #41ADE1;
}
.BgClassName
{
background-color: #41ADE1;
}
</style>
border-color css
<style>
span { border-color: #41ADE1; }
span { border-color: rgb(65,173,225); }
td.TdClassName
{
border-color: #41ADE1;
}
.TagClassName
{
border-color: #41ADE1;
}
</style>