Shades of Summer Sky #41A2EF
Tints of Summer Sky #41A2EF
RGB
CMYK
RGB Variations
Color information
#41A2EF (or 0x41A2EF) is known color: Summer Sky. HEX triplet: 41, A2 and EF. RGB value is (65,162,239). Sum of RGB (Red+Green+Blue) = 65+162+239=466 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.95% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #41A2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #41A2EF is #BE5D10. Grayscale: #8D8D8D. Windows color (decimal): -12475665 or 15704641. OLE color: 15704641.
HSL color Cylindrical-coordinate representation of color #41A2EF: hue angle of 206.55º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41A2EF is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 162 | 239 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.06 |
| HSL | 206.55º | 0.84% | 0.6% | - |
| HSV(B) | 206.55º | 0.73% | 0.94% | - |
| XYZ | 30.68 | 33.2 | 86.45 | - |
| YUV | 141.78 | 182.86 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 162 | 239 | 0.73 | 0.32 | 0 | 0.06 | 206.55 | 0.84 | 0.6 |
| Hex | 41 | A2 | EF | 49 | 20 | 0 | 6 | CF | 54 | 3C |
| Octal | 101 | 242 | 357 | 111 | 40 | 0 | 6 | 317 | 124 | 74 |
| Binary | 1000001 | 10100010 | 11101111 | 1001001 | 100000 | 0 | 110 | 11001111 | 1010100 | 111100 |
Color Harmonies of #41A2EF
Complementary color
Monochromatic Colors of #41A2EF
Black with #41A2EF
Text Example
Text Example
White with #41A2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A2EF; }
p { color: rgb(65,162,239); }
H1.HeaderClassName
{
color: #41A2EF;
}
.AnyTagClassName
{
color: #41A2EF;
}
</style>
background-color css
<style>
a { background-color: #41A2EF; }
a { background-color: rgb(65,162,239); }
div.DivClassName
{
background-color: #41A2EF;
}
.BgClassName
{
background-color: #41A2EF;
}
</style>
border-color css
<style>
span { border-color: #41A2EF; }
span { border-color: rgb(65,162,239); }
td.TdClassName
{
border-color: #41A2EF;
}
.TagClassName
{
border-color: #41A2EF;
}
</style>