Shades of Summer Sky #41ABFF
Tints of Summer Sky #41ABFF
RGB
CMYK
RGB Variations
Color information
#41ABFF (or 0x41ABFF) is known color: Summer Sky. HEX triplet: 41, AB and FF. RGB value is (65,171,255). Sum of RGB (Red+Green+Blue) = 65+171+255=491 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.24% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #41ABFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #41ABFF is #BE5400. Grayscale: #949494. Windows color (decimal): -12473345 or 16755521. OLE color: 16755521.
HSL color Cylindrical-coordinate representation of color #41ABFF: hue angle of 206.53º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41ABFF is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 171 | 255 | - |
| CMYK | 0.75 | 0.33 | 0 | 0 |
| HSL | 206.53º | 1% | 0.63% | - |
| HSV(B) | 206.53º | 0.75% | 1% | - |
| XYZ | 34.79 | 37.47 | 100.01 | - |
| YUV | 148.88 | 187.88 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 171 | 255 | 0.75 | 0.33 | 0 | 0 | 206.53 | 1 | 0.63 |
| Hex | 41 | AB | FF | 4B | 21 | 0 | 0 | CF | 64 | 3F |
| Octal | 101 | 253 | 377 | 113 | 41 | 0 | 0 | 317 | 144 | 77 |
| Binary | 1000001 | 10101011 | 11111111 | 1001011 | 100001 | 0 | 0 | 11001111 | 1100100 | 111111 |
Color Harmonies of #41ABFF
Complementary color
Monochromatic Colors of #41ABFF
Black with #41ABFF
Text Example
Text Example
White with #41ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ABFF; }
p { color: rgb(65,171,255); }
H1.HeaderClassName
{
color: #41ABFF;
}
.AnyTagClassName
{
color: #41ABFF;
}
</style>
background-color css
<style>
a { background-color: #41ABFF; }
a { background-color: rgb(65,171,255); }
div.DivClassName
{
background-color: #41ABFF;
}
.BgClassName
{
background-color: #41ABFF;
}
</style>
border-color css
<style>
span { border-color: #41ABFF; }
span { border-color: rgb(65,171,255); }
td.TdClassName
{
border-color: #41ABFF;
}
.TagClassName
{
border-color: #41ABFF;
}
</style>