Shades of Summer Sky #41BCD9
Tints of Summer Sky #41BCD9
RGB
CMYK
RGB Variations
Color information
#41BCD9 (or 0x41BCD9) is known color: Summer Sky. HEX triplet: 41, BC and D9. RGB value is (65,188,217). Sum of RGB (Red+Green+Blue) = 65+188+217=470 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.83% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 217 - color contains mainly: blue. Hex color #41BCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BCD9 is #BE4326. Grayscale: #9A9A9A. Windows color (decimal): -12469031 or 14269505. OLE color: 14269505.
HSL color Cylindrical-coordinate representation of color #41BCD9: hue angle of 191.45º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41BCD9 is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 188 | 217 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.15 |
| HSL | 191.45º | 0.67% | 0.55% | - |
| HSV(B) | 191.45º | 0.7% | 0.85% | - |
| XYZ | 32.69 | 42.1 | 72.05 | - |
| YUV | 154.53 | 163.25 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 188 | 217 | 0.70 | 0.13 | 0 | 0.15 | 191.45 | 0.67 | 0.55 |
| Hex | 41 | BC | D9 | 46 | D | 0 | F | BF | 43 | 37 |
| Octal | 101 | 274 | 331 | 106 | 15 | 0 | 17 | 277 | 103 | 67 |
| Binary | 1000001 | 10111100 | 11011001 | 1000110 | 1101 | 0 | 1111 | 10111111 | 1000011 | 110111 |
Color Harmonies of #41BCD9
Complementary color
Monochromatic Colors of #41BCD9
Black with #41BCD9
Text Example
Text Example
White with #41BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BCD9; }
p { color: rgb(65,188,217); }
H1.HeaderClassName
{
color: #41BCD9;
}
.AnyTagClassName
{
color: #41BCD9;
}
</style>
background-color css
<style>
a { background-color: #41BCD9; }
a { background-color: rgb(65,188,217); }
div.DivClassName
{
background-color: #41BCD9;
}
.BgClassName
{
background-color: #41BCD9;
}
</style>
border-color css
<style>
span { border-color: #41BCD9; }
span { border-color: rgb(65,188,217); }
td.TdClassName
{
border-color: #41BCD9;
}
.TagClassName
{
border-color: #41BCD9;
}
</style>