Shades of Summer Sky #41B0EC
Tints of Summer Sky #41B0EC
RGB
CMYK
RGB Variations
Color information
#41B0EC (or 0x41B0EC) is known color: Summer Sky. HEX triplet: 41, B0 and EC. RGB value is (65,176,236). Sum of RGB (Red+Green+Blue) = 65+176+236=477 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.63% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #41B0EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #41B0EC is #BE4F13. Grayscale: #959595. Windows color (decimal): -12472084 or 15511617. OLE color: 15511617.
HSL color Cylindrical-coordinate representation of color #41B0EC: hue angle of 201.05º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41B0EC is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 176 | 236 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.07 |
| HSL | 201.05º | 0.82% | 0.59% | - |
| HSV(B) | 201.05º | 0.72% | 0.93% | - |
| XYZ | 32.85 | 38.23 | 85 | - |
| YUV | 149.65 | 176.73 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 176 | 236 | 0.72 | 0.25 | 0 | 0.07 | 201.05 | 0.82 | 0.59 |
| Hex | 41 | B0 | EC | 48 | 19 | 0 | 7 | C9 | 52 | 3B |
| Octal | 101 | 260 | 354 | 110 | 31 | 0 | 7 | 311 | 122 | 73 |
| Binary | 1000001 | 10110000 | 11101100 | 1001000 | 11001 | 0 | 111 | 11001001 | 1010010 | 111011 |
Color Harmonies of #41B0EC
Complementary color
Monochromatic Colors of #41B0EC
Black with #41B0EC
Text Example
Text Example
White with #41B0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B0EC; }
p { color: rgb(65,176,236); }
H1.HeaderClassName
{
color: #41B0EC;
}
.AnyTagClassName
{
color: #41B0EC;
}
</style>
background-color css
<style>
a { background-color: #41B0EC; }
a { background-color: rgb(65,176,236); }
div.DivClassName
{
background-color: #41B0EC;
}
.BgClassName
{
background-color: #41B0EC;
}
</style>
border-color css
<style>
span { border-color: #41B0EC; }
span { border-color: rgb(65,176,236); }
td.TdClassName
{
border-color: #41B0EC;
}
.TagClassName
{
border-color: #41B0EC;
}
</style>