Shades of Summer Sky #41AED5
Tints of Summer Sky #41AED5
RGB
CMYK
RGB Variations
Color information
#41AED5 (or 0x41AED5) is known color: Summer Sky. HEX triplet: 41, AE and D5. RGB value is (65,174,213). Sum of RGB (Red+Green+Blue) = 65+174+213=452 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.38% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 213 - color contains mainly: blue. Hex color #41AED5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AED5 is #BE512A. Grayscale: #919191. Windows color (decimal): -12472619 or 14003777. OLE color: 14003777.
HSL color Cylindrical-coordinate representation of color #41AED5: hue angle of 195.81º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41AED5 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 174 | 213 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.16 |
| HSL | 195.81º | 0.64% | 0.55% | - |
| HSV(B) | 195.81º | 0.69% | 0.84% | - |
| XYZ | 29.33 | 36.2 | 68.39 | - |
| YUV | 145.86 | 165.89 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 174 | 213 | 0.69 | 0.18 | 0 | 0.16 | 195.81 | 0.64 | 0.55 |
| Hex | 41 | AE | D5 | 45 | 12 | 0 | 10 | C4 | 40 | 37 |
| Octal | 101 | 256 | 325 | 105 | 22 | 0 | 20 | 304 | 100 | 67 |
| Binary | 1000001 | 10101110 | 11010101 | 1000101 | 10010 | 0 | 10000 | 11000100 | 1000000 | 110111 |
Color Harmonies of #41AED5
Complementary color
Monochromatic Colors of #41AED5
Black with #41AED5
Text Example
Text Example
White with #41AED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AED5; }
p { color: rgb(65,174,213); }
H1.HeaderClassName
{
color: #41AED5;
}
.AnyTagClassName
{
color: #41AED5;
}
</style>
background-color css
<style>
a { background-color: #41AED5; }
a { background-color: rgb(65,174,213); }
div.DivClassName
{
background-color: #41AED5;
}
.BgClassName
{
background-color: #41AED5;
}
</style>
border-color css
<style>
span { border-color: #41AED5; }
span { border-color: rgb(65,174,213); }
td.TdClassName
{
border-color: #41AED5;
}
.TagClassName
{
border-color: #41AED5;
}
</style>