Shades of Summer Sky #41ADF0
Tints of Summer Sky #41ADF0
RGB
CMYK
RGB Variations
Color information
#41ADF0 (or 0x41ADF0) is known color: Summer Sky. HEX triplet: 41, AD and F0. RGB value is (65,173,240). Sum of RGB (Red+Green+Blue) = 65+173+240=478 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.60% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #41ADF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #41ADF0 is #BE520F. Grayscale: #939393. Windows color (decimal): -12472848 or 15772993. OLE color: 15772993.
HSL color Cylindrical-coordinate representation of color #41ADF0: hue angle of 202.97º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41ADF0 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 173 | 240 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.06 |
| HSL | 202.97º | 0.85% | 0.6% | - |
| HSV(B) | 202.97º | 0.73% | 0.94% | - |
| XYZ | 32.85 | 37.3 | 87.91 | - |
| YUV | 148.35 | 179.72 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 173 | 240 | 0.73 | 0.28 | 0 | 0.06 | 202.97 | 0.85 | 0.6 |
| Hex | 41 | AD | F0 | 49 | 1C | 0 | 6 | CB | 55 | 3C |
| Octal | 101 | 255 | 360 | 111 | 34 | 0 | 6 | 313 | 125 | 74 |
| Binary | 1000001 | 10101101 | 11110000 | 1001001 | 11100 | 0 | 110 | 11001011 | 1010101 | 111100 |
Color Harmonies of #41ADF0
Complementary color
Monochromatic Colors of #41ADF0
Black with #41ADF0
Text Example
Text Example
White with #41ADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ADF0; }
p { color: rgb(65,173,240); }
H1.HeaderClassName
{
color: #41ADF0;
}
.AnyTagClassName
{
color: #41ADF0;
}
</style>
background-color css
<style>
a { background-color: #41ADF0; }
a { background-color: rgb(65,173,240); }
div.DivClassName
{
background-color: #41ADF0;
}
.BgClassName
{
background-color: #41ADF0;
}
</style>
border-color css
<style>
span { border-color: #41ADF0; }
span { border-color: rgb(65,173,240); }
td.TdClassName
{
border-color: #41ADF0;
}
.TagClassName
{
border-color: #41ADF0;
}
</style>