Shades of Summer Sky #41A0CF
Tints of Summer Sky #41A0CF
RGB
CMYK
RGB Variations
Color information
#41A0CF (or 0x41A0CF) is known color: Summer Sky. HEX triplet: 41, A0 and CF. RGB value is (65,160,207). Sum of RGB (Red+Green+Blue) = 65+160+207=432 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.05% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #41A0CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A0CF is #BE5F30. Grayscale: #888888. Windows color (decimal): -12476209 or 13606977. OLE color: 13606977.
HSL color Cylindrical-coordinate representation of color #41A0CF: hue angle of 199.86º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41A0CF is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 160 | 207 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.19 |
| HSL | 199.86º | 0.6% | 0.53% | - |
| HSV(B) | 199.86º | 0.69% | 0.81% | - |
| XYZ | 26.01 | 30.77 | 63.6 | - |
| YUV | 136.95 | 167.53 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 160 | 207 | 0.69 | 0.23 | 0 | 0.19 | 199.86 | 0.6 | 0.53 |
| Hex | 41 | A0 | CF | 45 | 17 | 0 | 13 | C8 | 3C | 35 |
| Octal | 101 | 240 | 317 | 105 | 27 | 0 | 23 | 310 | 74 | 65 |
| Binary | 1000001 | 10100000 | 11001111 | 1000101 | 10111 | 0 | 10011 | 11001000 | 111100 | 110101 |
Color Harmonies of #41A0CF
Complementary color
Monochromatic Colors of #41A0CF
Black with #41A0CF
Text Example
Text Example
White with #41A0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A0CF; }
p { color: rgb(65,160,207); }
H1.HeaderClassName
{
color: #41A0CF;
}
.AnyTagClassName
{
color: #41A0CF;
}
</style>
background-color css
<style>
a { background-color: #41A0CF; }
a { background-color: rgb(65,160,207); }
div.DivClassName
{
background-color: #41A0CF;
}
.BgClassName
{
background-color: #41A0CF;
}
</style>
border-color css
<style>
span { border-color: #41A0CF; }
span { border-color: rgb(65,160,207); }
td.TdClassName
{
border-color: #41A0CF;
}
.TagClassName
{
border-color: #41A0CF;
}
</style>