Shades of Summer Sky #41A2DB
Tints of Summer Sky #41A2DB
RGB
CMYK
RGB Variations
Color information
#41A2DB (or 0x41A2DB) is known color: Summer Sky. HEX triplet: 41, A2 and DB. RGB value is (65,162,219). Sum of RGB (Red+Green+Blue) = 65+162+219=446 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.57% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #41A2DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A2DB is #BE5D24. Grayscale: #8B8B8B. Windows color (decimal): -12475685 or 14393921. OLE color: 14393921.
HSL color Cylindrical-coordinate representation of color #41A2DB: hue angle of 202.21º 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 #41A2DB is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 162 | 219 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.14 |
| HSL | 202.21º | 0.68% | 0.56% | - |
| HSV(B) | 202.21º | 0.7% | 0.86% | - |
| XYZ | 27.89 | 32.08 | 71.74 | - |
| YUV | 139.5 | 172.86 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 162 | 219 | 0.70 | 0.26 | 0 | 0.14 | 202.21 | 0.68 | 0.56 |
| Hex | 41 | A2 | DB | 46 | 1A | 0 | E | CA | 44 | 38 |
| Octal | 101 | 242 | 333 | 106 | 32 | 0 | 16 | 312 | 104 | 70 |
| Binary | 1000001 | 10100010 | 11011011 | 1000110 | 11010 | 0 | 1110 | 11001010 | 1000100 | 111000 |
Color Harmonies of #41A2DB
Complementary color
Monochromatic Colors of #41A2DB
Black with #41A2DB
Text Example
Text Example
White with #41A2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A2DB; }
p { color: rgb(65,162,219); }
H1.HeaderClassName
{
color: #41A2DB;
}
.AnyTagClassName
{
color: #41A2DB;
}
</style>
background-color css
<style>
a { background-color: #41A2DB; }
a { background-color: rgb(65,162,219); }
div.DivClassName
{
background-color: #41A2DB;
}
.BgClassName
{
background-color: #41A2DB;
}
</style>
border-color css
<style>
span { border-color: #41A2DB; }
span { border-color: rgb(65,162,219); }
td.TdClassName
{
border-color: #41A2DB;
}
.TagClassName
{
border-color: #41A2DB;
}
</style>