Shades of Summer Sky #41A2CF
Tints of Summer Sky #41A2CF
RGB
CMYK
RGB Variations
Color information
#41A2CF (or 0x41A2CF) is known color: Summer Sky. HEX triplet: 41, A2 and CF. RGB value is (65,162,207). Sum of RGB (Red+Green+Blue) = 65+162+207=434 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.98% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #41A2CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A2CF is #BE5D30. Grayscale: #898989. Windows color (decimal): -12475697 or 13607489. OLE color: 13607489.
HSL color Cylindrical-coordinate representation of color #41A2CF: hue angle of 199.01º 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 #41A2CF is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 162 | 207 | - |
| CMYK | 0.69 | 0.22 | 0 | 0.19 |
| HSL | 199.01º | 0.6% | 0.53% | - |
| HSV(B) | 199.01º | 0.69% | 0.81% | - |
| XYZ | 26.36 | 31.47 | 63.72 | - |
| YUV | 138.13 | 166.86 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 162 | 207 | 0.69 | 0.22 | 0 | 0.19 | 199.01 | 0.6 | 0.53 |
| Hex | 41 | A2 | CF | 45 | 16 | 0 | 13 | C7 | 3C | 35 |
| Octal | 101 | 242 | 317 | 105 | 26 | 0 | 23 | 307 | 74 | 65 |
| Binary | 1000001 | 10100010 | 11001111 | 1000101 | 10110 | 0 | 10011 | 11000111 | 111100 | 110101 |
Color Harmonies of #41A2CF
Complementary color
Monochromatic Colors of #41A2CF
Black with #41A2CF
Text Example
Text Example
White with #41A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A2CF; }
p { color: rgb(65,162,207); }
H1.HeaderClassName
{
color: #41A2CF;
}
.AnyTagClassName
{
color: #41A2CF;
}
</style>
background-color css
<style>
a { background-color: #41A2CF; }
a { background-color: rgb(65,162,207); }
div.DivClassName
{
background-color: #41A2CF;
}
.BgClassName
{
background-color: #41A2CF;
}
</style>
border-color css
<style>
span { border-color: #41A2CF; }
span { border-color: rgb(65,162,207); }
td.TdClassName
{
border-color: #41A2CF;
}
.TagClassName
{
border-color: #41A2CF;
}
</style>