Shades of Summer Sky #41ADDB
Tints of Summer Sky #41ADDB
RGB
CMYK
RGB Variations
Color information
#41ADDB (or 0x41ADDB) is known color: Summer Sky. HEX triplet: 41, AD and DB. RGB value is (65,173,219). Sum of RGB (Red+Green+Blue) = 65+173+219=457 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.22% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #41ADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ADDB is #BE5224. Grayscale: #919191. Windows color (decimal): -12472869 or 14396737. OLE color: 14396737.
HSL color Cylindrical-coordinate representation of color #41ADDB: hue angle of 197.92º 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 #41ADDB is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 173 | 219 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.14 |
| HSL | 197.92º | 0.68% | 0.56% | - |
| HSV(B) | 197.92º | 0.7% | 0.86% | - |
| XYZ | 29.91 | 36.13 | 72.41 | - |
| YUV | 145.95 | 169.22 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 173 | 219 | 0.70 | 0.21 | 0 | 0.14 | 197.92 | 0.68 | 0.56 |
| Hex | 41 | AD | DB | 46 | 15 | 0 | E | C6 | 44 | 38 |
| Octal | 101 | 255 | 333 | 106 | 25 | 0 | 16 | 306 | 104 | 70 |
| Binary | 1000001 | 10101101 | 11011011 | 1000110 | 10101 | 0 | 1110 | 11000110 | 1000100 | 111000 |
Color Harmonies of #41ADDB
Complementary color
Monochromatic Colors of #41ADDB
Black with #41ADDB
Text Example
Text Example
White with #41ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ADDB; }
p { color: rgb(65,173,219); }
H1.HeaderClassName
{
color: #41ADDB;
}
.AnyTagClassName
{
color: #41ADDB;
}
</style>
background-color css
<style>
a { background-color: #41ADDB; }
a { background-color: rgb(65,173,219); }
div.DivClassName
{
background-color: #41ADDB;
}
.BgClassName
{
background-color: #41ADDB;
}
</style>
border-color css
<style>
span { border-color: #41ADDB; }
span { border-color: rgb(65,173,219); }
td.TdClassName
{
border-color: #41ADDB;
}
.TagClassName
{
border-color: #41ADDB;
}
</style>