Shades of Summer Sky #41AFEC
Tints of Summer Sky #41AFEC
RGB
CMYK
RGB Variations
Color information
#41AFEC (or 0x41AFEC) is known color: Summer Sky. HEX triplet: 41, AF and EC. RGB value is (65,175,236). Sum of RGB (Red+Green+Blue) = 65+175+236=476 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.66% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #41AFEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #41AFEC is #BE5013. Grayscale: #949494. Windows color (decimal): -12472340 or 15511361. OLE color: 15511361.
HSL color Cylindrical-coordinate representation of color #41AFEC: hue angle of 201.4º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41AFEC is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 175 | 236 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.07 |
| HSL | 201.4º | 0.82% | 0.59% | - |
| HSV(B) | 201.4º | 0.72% | 0.93% | - |
| XYZ | 32.65 | 37.84 | 84.94 | - |
| YUV | 149.06 | 177.06 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 175 | 236 | 0.72 | 0.26 | 0 | 0.07 | 201.4 | 0.82 | 0.59 |
| Hex | 41 | AF | EC | 48 | 1A | 0 | 7 | C9 | 52 | 3B |
| Octal | 101 | 257 | 354 | 110 | 32 | 0 | 7 | 311 | 122 | 73 |
| Binary | 1000001 | 10101111 | 11101100 | 1001000 | 11010 | 0 | 111 | 11001001 | 1010010 | 111011 |
Color Harmonies of #41AFEC
Complementary color
Monochromatic Colors of #41AFEC
Black with #41AFEC
Text Example
Text Example
White with #41AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AFEC; }
p { color: rgb(65,175,236); }
H1.HeaderClassName
{
color: #41AFEC;
}
.AnyTagClassName
{
color: #41AFEC;
}
</style>
background-color css
<style>
a { background-color: #41AFEC; }
a { background-color: rgb(65,175,236); }
div.DivClassName
{
background-color: #41AFEC;
}
.BgClassName
{
background-color: #41AFEC;
}
</style>
border-color css
<style>
span { border-color: #41AFEC; }
span { border-color: rgb(65,175,236); }
td.TdClassName
{
border-color: #41AFEC;
}
.TagClassName
{
border-color: #41AFEC;
}
</style>