Shades of Summer Sky #41A0D0
Tints of Summer Sky #41A0D0
RGB
CMYK
RGB Variations
Color information
#41A0D0 (or 0x41A0D0) is known color: Summer Sky. HEX triplet: 41, A0 and D0. RGB value is (65,160,208). Sum of RGB (Red+Green+Blue) = 65+160+208=433 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.01% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 208 - color contains mainly: blue. Hex color #41A0D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A0D0 is #BE5F2F. Grayscale: #888888. Windows color (decimal): -12476208 or 13672513. OLE color: 13672513.
HSL color Cylindrical-coordinate representation of color #41A0D0: hue angle of 200.14º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41A0D0 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 160 | 208 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.18 |
| HSL | 200.14º | 0.6% | 0.54% | - |
| HSV(B) | 200.14º | 0.69% | 0.82% | - |
| XYZ | 26.14 | 30.82 | 64.25 | - |
| YUV | 137.07 | 168.03 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 160 | 208 | 0.69 | 0.23 | 0 | 0.18 | 200.14 | 0.6 | 0.54 |
| Hex | 41 | A0 | D0 | 45 | 17 | 0 | 12 | C8 | 3C | 36 |
| Octal | 101 | 240 | 320 | 105 | 27 | 0 | 22 | 310 | 74 | 66 |
| Binary | 1000001 | 10100000 | 11010000 | 1000101 | 10111 | 0 | 10010 | 11001000 | 111100 | 110110 |
Color Harmonies of #41A0D0
Complementary color
Monochromatic Colors of #41A0D0
Black with #41A0D0
Text Example
Text Example
White with #41A0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A0D0; }
p { color: rgb(65,160,208); }
H1.HeaderClassName
{
color: #41A0D0;
}
.AnyTagClassName
{
color: #41A0D0;
}
</style>
background-color css
<style>
a { background-color: #41A0D0; }
a { background-color: rgb(65,160,208); }
div.DivClassName
{
background-color: #41A0D0;
}
.BgClassName
{
background-color: #41A0D0;
}
</style>
border-color css
<style>
span { border-color: #41A0D0; }
span { border-color: rgb(65,160,208); }
td.TdClassName
{
border-color: #41A0D0;
}
.TagClassName
{
border-color: #41A0D0;
}
</style>