Shades of Summer Sky #41AAFD
Tints of Summer Sky #41AAFD
RGB
CMYK
RGB Variations
Color information
#41AAFD (or 0x41AAFD) is known color: Summer Sky. HEX triplet: 41, AA and FD. RGB value is (65,170,253). Sum of RGB (Red+Green+Blue) = 65+170+253=488 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.32% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #41AAFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #41AAFD is #BE5502. Grayscale: #939393. Windows color (decimal): -12473603 or 16624193. OLE color: 16624193.
HSL color Cylindrical-coordinate representation of color #41AAFD: hue angle of 206.49º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41AAFD is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 170 | 253 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.01 |
| HSL | 206.49º | 0.98% | 0.62% | - |
| HSV(B) | 206.49º | 0.74% | 0.99% | - |
| XYZ | 34.28 | 36.97 | 98.26 | - |
| YUV | 148.07 | 187.21 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 170 | 253 | 0.74 | 0.33 | 0 | 0.01 | 206.49 | 0.98 | 0.62 |
| Hex | 41 | AA | FD | 4A | 21 | 0 | 1 | CE | 62 | 3E |
| Octal | 101 | 252 | 375 | 112 | 41 | 0 | 1 | 316 | 142 | 76 |
| Binary | 1000001 | 10101010 | 11111101 | 1001010 | 100001 | 0 | 1 | 11001110 | 1100010 | 111110 |
Color Harmonies of #41AAFD
Complementary color
Monochromatic Colors of #41AAFD
Black with #41AAFD
Text Example
Text Example
White with #41AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AAFD; }
p { color: rgb(65,170,253); }
H1.HeaderClassName
{
color: #41AAFD;
}
.AnyTagClassName
{
color: #41AAFD;
}
</style>
background-color css
<style>
a { background-color: #41AAFD; }
a { background-color: rgb(65,170,253); }
div.DivClassName
{
background-color: #41AAFD;
}
.BgClassName
{
background-color: #41AAFD;
}
</style>
border-color css
<style>
span { border-color: #41AAFD; }
span { border-color: rgb(65,170,253); }
td.TdClassName
{
border-color: #41AAFD;
}
.TagClassName
{
border-color: #41AAFD;
}
</style>