Shades of Summer Sky #41AFDC
Tints of Summer Sky #41AFDC
RGB
CMYK
RGB Variations
Color information
#41AFDC (or 0x41AFDC) is known color: Summer Sky. HEX triplet: 41, AF and DC. RGB value is (65,175,220). Sum of RGB (Red+Green+Blue) = 65+175+220=460 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.13% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #41AFDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AFDC is #BE5023. Grayscale: #929292. Windows color (decimal): -12472356 or 14462785. OLE color: 14462785.
HSL color Cylindrical-coordinate representation of color #41AFDC: hue angle of 197.42º degrees, saturation: 0.69, 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 #41AFDC is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 175 | 220 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.14 |
| HSL | 197.42º | 0.69% | 0.56% | - |
| HSV(B) | 197.42º | 0.7% | 0.86% | - |
| XYZ | 30.43 | 36.95 | 73.24 | - |
| YUV | 147.24 | 169.06 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 175 | 220 | 0.70 | 0.20 | 0 | 0.14 | 197.42 | 0.69 | 0.56 |
| Hex | 41 | AF | DC | 46 | 14 | 0 | E | C5 | 45 | 38 |
| Octal | 101 | 257 | 334 | 106 | 24 | 0 | 16 | 305 | 105 | 70 |
| Binary | 1000001 | 10101111 | 11011100 | 1000110 | 10100 | 0 | 1110 | 11000101 | 1000101 | 111000 |
Color Harmonies of #41AFDC
Complementary color
Monochromatic Colors of #41AFDC
Black with #41AFDC
Text Example
Text Example
White with #41AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AFDC; }
p { color: rgb(65,175,220); }
H1.HeaderClassName
{
color: #41AFDC;
}
.AnyTagClassName
{
color: #41AFDC;
}
</style>
background-color css
<style>
a { background-color: #41AFDC; }
a { background-color: rgb(65,175,220); }
div.DivClassName
{
background-color: #41AFDC;
}
.BgClassName
{
background-color: #41AFDC;
}
</style>
border-color css
<style>
span { border-color: #41AFDC; }
span { border-color: rgb(65,175,220); }
td.TdClassName
{
border-color: #41AFDC;
}
.TagClassName
{
border-color: #41AFDC;
}
</style>