Shades of Summer Sky #41BCDD
Tints of Summer Sky #41BCDD
RGB
CMYK
RGB Variations
Color information
#41BCDD (or 0x41BCDD) is known color: Summer Sky. HEX triplet: 41, BC and DD. RGB value is (65,188,221). Sum of RGB (Red+Green+Blue) = 65+188+221=474 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.71% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #41BCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BCDD is #BE4322. Grayscale: #9A9A9A. Windows color (decimal): -12469027 or 14531649. OLE color: 14531649.
HSL color Cylindrical-coordinate representation of color #41BCDD: hue angle of 192.69º 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 #41BCDD is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 188 | 221 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.13 |
| HSL | 192.69º | 0.7% | 0.56% | - |
| HSV(B) | 192.69º | 0.71% | 0.87% | - |
| XYZ | 33.21 | 42.31 | 74.82 | - |
| YUV | 154.99 | 165.25 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 188 | 221 | 0.71 | 0.15 | 0 | 0.13 | 192.69 | 0.7 | 0.56 |
| Hex | 41 | BC | DD | 47 | F | 0 | D | C1 | 46 | 38 |
| Octal | 101 | 274 | 335 | 107 | 17 | 0 | 15 | 301 | 106 | 70 |
| Binary | 1000001 | 10111100 | 11011101 | 1000111 | 1111 | 0 | 1101 | 11000001 | 1000110 | 111000 |
Color Harmonies of #41BCDD
Complementary color
Monochromatic Colors of #41BCDD
Black with #41BCDD
Text Example
Text Example
White with #41BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BCDD; }
p { color: rgb(65,188,221); }
H1.HeaderClassName
{
color: #41BCDD;
}
.AnyTagClassName
{
color: #41BCDD;
}
</style>
background-color css
<style>
a { background-color: #41BCDD; }
a { background-color: rgb(65,188,221); }
div.DivClassName
{
background-color: #41BCDD;
}
.BgClassName
{
background-color: #41BCDD;
}
</style>
border-color css
<style>
span { border-color: #41BCDD; }
span { border-color: rgb(65,188,221); }
td.TdClassName
{
border-color: #41BCDD;
}
.TagClassName
{
border-color: #41BCDD;
}
</style>