Shades of Summer Sky #41AAD1
Tints of Summer Sky #41AAD1
RGB
CMYK
RGB Variations
Color information
#41AAD1 (or 0x41AAD1) is known color: Summer Sky. HEX triplet: 41, AA and D1. RGB value is (65,170,209). Sum of RGB (Red+Green+Blue) = 65+170+209=444 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.64% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #41AAD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AAD1 is #BE552E. Grayscale: #8E8E8E. Windows color (decimal): -12473647 or 13740609. OLE color: 13740609.
HSL color Cylindrical-coordinate representation of color #41AAD1: hue angle of 196.25º degrees, saturation: 0.61, 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 #41AAD1 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 170 | 209 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.18 |
| HSL | 196.25º | 0.61% | 0.54% | - |
| HSV(B) | 196.25º | 0.69% | 0.82% | - |
| XYZ | 28.06 | 34.48 | 65.5 | - |
| YUV | 143.05 | 165.21 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 170 | 209 | 0.69 | 0.19 | 0 | 0.18 | 196.25 | 0.61 | 0.54 |
| Hex | 41 | AA | D1 | 45 | 13 | 0 | 12 | C4 | 3D | 36 |
| Octal | 101 | 252 | 321 | 105 | 23 | 0 | 22 | 304 | 75 | 66 |
| Binary | 1000001 | 10101010 | 11010001 | 1000101 | 10011 | 0 | 10010 | 11000100 | 111101 | 110110 |
Color Harmonies of #41AAD1
Complementary color
Monochromatic Colors of #41AAD1
Black with #41AAD1
Text Example
Text Example
White with #41AAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AAD1; }
p { color: rgb(65,170,209); }
H1.HeaderClassName
{
color: #41AAD1;
}
.AnyTagClassName
{
color: #41AAD1;
}
</style>
background-color css
<style>
a { background-color: #41AAD1; }
a { background-color: rgb(65,170,209); }
div.DivClassName
{
background-color: #41AAD1;
}
.BgClassName
{
background-color: #41AAD1;
}
</style>
border-color css
<style>
span { border-color: #41AAD1; }
span { border-color: rgb(65,170,209); }
td.TdClassName
{
border-color: #41AAD1;
}
.TagClassName
{
border-color: #41AAD1;
}
</style>