Shades of Summer Sky #41A0D3
Tints of Summer Sky #41A0D3
RGB
CMYK
RGB Variations
Color information
#41A0D3 (or 0x41A0D3) is known color: Summer Sky. HEX triplet: 41, A0 and D3. RGB value is (65,160,211). Sum of RGB (Red+Green+Blue) = 65+160+211=436 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.91% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 211 (82.81% from 255 or 48.39% from 436); Max value from RGB is 211 - color contains mainly: blue. Hex color #41A0D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A0D3 is #BE5F2C. Grayscale: #898989. Windows color (decimal): -12476205 or 13869121. OLE color: 13869121.
HSL color Cylindrical-coordinate representation of color #41A0D3: hue angle of 200.96º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41A0D3 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 160 | 211 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.17 |
| HSL | 200.96º | 0.62% | 0.54% | - |
| HSV(B) | 200.96º | 0.69% | 0.83% | - |
| XYZ | 26.51 | 30.97 | 66.21 | - |
| YUV | 137.41 | 169.53 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 160 | 211 | 0.69 | 0.24 | 0 | 0.17 | 200.96 | 0.62 | 0.54 |
| Hex | 41 | A0 | D3 | 45 | 18 | 0 | 11 | C9 | 3E | 36 |
| Octal | 101 | 240 | 323 | 105 | 30 | 0 | 21 | 311 | 76 | 66 |
| Binary | 1000001 | 10100000 | 11010011 | 1000101 | 11000 | 0 | 10001 | 11001001 | 111110 | 110110 |
Color Harmonies of #41A0D3
Complementary color
Monochromatic Colors of #41A0D3
Black with #41A0D3
Text Example
Text Example
White with #41A0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A0D3; }
p { color: rgb(65,160,211); }
H1.HeaderClassName
{
color: #41A0D3;
}
.AnyTagClassName
{
color: #41A0D3;
}
</style>
background-color css
<style>
a { background-color: #41A0D3; }
a { background-color: rgb(65,160,211); }
div.DivClassName
{
background-color: #41A0D3;
}
.BgClassName
{
background-color: #41A0D3;
}
</style>
border-color css
<style>
span { border-color: #41A0D3; }
span { border-color: rgb(65,160,211); }
td.TdClassName
{
border-color: #41A0D3;
}
.TagClassName
{
border-color: #41A0D3;
}
</style>