Shades of Summer Sky #41BFDD
Tints of Summer Sky #41BFDD
RGB
CMYK
RGB Variations
Color information
#41BFDD (or 0x41BFDD) is known color: Summer Sky. HEX triplet: 41, BF and DD. RGB value is (65,191,221). Sum of RGB (Red+Green+Blue) = 65+191+221=477 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.63% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #41BFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BFDD is #BE4022. Grayscale: #9C9C9C. Windows color (decimal): -12468259 or 14532417. OLE color: 14532417.
HSL color Cylindrical-coordinate representation of color #41BFDD: hue angle of 191.54º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41BFDD is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 191 | 221 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.13 |
| HSL | 191.54º | 0.7% | 0.56% | - |
| HSV(B) | 191.54º | 0.71% | 0.87% | - |
| XYZ | 33.86 | 43.61 | 75.04 | - |
| YUV | 156.75 | 164.26 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 221 | 0.71 | 0.14 | 0 | 0.13 | 191.54 | 0.7 | 0.56 |
| Hex | 41 | BF | DD | 47 | E | 0 | D | C0 | 46 | 38 |
| Octal | 101 | 277 | 335 | 107 | 16 | 0 | 15 | 300 | 106 | 70 |
| Binary | 1000001 | 10111111 | 11011101 | 1000111 | 1110 | 0 | 1101 | 11000000 | 1000110 | 111000 |
Color Harmonies of #41BFDD
Complementary color
Monochromatic Colors of #41BFDD
Black with #41BFDD
Text Example
Text Example
White with #41BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BFDD; }
p { color: rgb(65,191,221); }
H1.HeaderClassName
{
color: #41BFDD;
}
.AnyTagClassName
{
color: #41BFDD;
}
</style>
background-color css
<style>
a { background-color: #41BFDD; }
a { background-color: rgb(65,191,221); }
div.DivClassName
{
background-color: #41BFDD;
}
.BgClassName
{
background-color: #41BFDD;
}
</style>
border-color css
<style>
span { border-color: #41BFDD; }
span { border-color: rgb(65,191,221); }
td.TdClassName
{
border-color: #41BFDD;
}
.TagClassName
{
border-color: #41BFDD;
}
</style>