Shades of Summer Sky #41A7DB
Tints of Summer Sky #41A7DB
RGB
CMYK
RGB Variations
Color information
#41A7DB (or 0x41A7DB) is known color: Summer Sky. HEX triplet: 41, A7 and DB. RGB value is (65,167,219). Sum of RGB (Red+Green+Blue) = 65+167+219=451 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.41% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #41A7DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A7DB is #BE5824. Grayscale: #8E8E8E. Windows color (decimal): -12474405 or 14395201. OLE color: 14395201.
HSL color Cylindrical-coordinate representation of color #41A7DB: hue angle of 200.26º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41A7DB is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 167 | 219 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.14 |
| HSL | 200.26º | 0.68% | 0.56% | - |
| HSV(B) | 200.26º | 0.7% | 0.86% | - |
| XYZ | 28.78 | 33.88 | 72.04 | - |
| YUV | 142.43 | 171.21 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 167 | 219 | 0.70 | 0.24 | 0 | 0.14 | 200.26 | 0.68 | 0.56 |
| Hex | 41 | A7 | DB | 46 | 18 | 0 | E | C8 | 44 | 38 |
| Octal | 101 | 247 | 333 | 106 | 30 | 0 | 16 | 310 | 104 | 70 |
| Binary | 1000001 | 10100111 | 11011011 | 1000110 | 11000 | 0 | 1110 | 11001000 | 1000100 | 111000 |
Color Harmonies of #41A7DB
Complementary color
Monochromatic Colors of #41A7DB
Black with #41A7DB
Text Example
Text Example
White with #41A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A7DB; }
p { color: rgb(65,167,219); }
H1.HeaderClassName
{
color: #41A7DB;
}
.AnyTagClassName
{
color: #41A7DB;
}
</style>
background-color css
<style>
a { background-color: #41A7DB; }
a { background-color: rgb(65,167,219); }
div.DivClassName
{
background-color: #41A7DB;
}
.BgClassName
{
background-color: #41A7DB;
}
</style>
border-color css
<style>
span { border-color: #41A7DB; }
span { border-color: rgb(65,167,219); }
td.TdClassName
{
border-color: #41A7DB;
}
.TagClassName
{
border-color: #41A7DB;
}
</style>