Shades of Summer Sky #41BBDD
Tints of Summer Sky #41BBDD
RGB
CMYK
RGB Variations
Color information
#41BBDD (or 0x41BBDD) is known color: Summer Sky. HEX triplet: 41, BB and DD. RGB value is (65,187,221). Sum of RGB (Red+Green+Blue) = 65+187+221=473 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.74% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #41BBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BBDD is #BE4422. Grayscale: #9A9A9A. Windows color (decimal): -12469283 or 14531393. OLE color: 14531393.
HSL color Cylindrical-coordinate representation of color #41BBDD: hue angle of 193.08º 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 #41BBDD is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 187 | 221 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.13 |
| HSL | 193.08º | 0.7% | 0.56% | - |
| HSV(B) | 193.08º | 0.71% | 0.87% | - |
| XYZ | 33 | 41.88 | 74.75 | - |
| YUV | 154.4 | 165.58 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 187 | 221 | 0.71 | 0.15 | 0 | 0.13 | 193.08 | 0.7 | 0.56 |
| Hex | 41 | BB | DD | 47 | F | 0 | D | C1 | 46 | 38 |
| Octal | 101 | 273 | 335 | 107 | 17 | 0 | 15 | 301 | 106 | 70 |
| Binary | 1000001 | 10111011 | 11011101 | 1000111 | 1111 | 0 | 1101 | 11000001 | 1000110 | 111000 |
Color Harmonies of #41BBDD
Complementary color
Monochromatic Colors of #41BBDD
Black with #41BBDD
Text Example
Text Example
White with #41BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BBDD; }
p { color: rgb(65,187,221); }
H1.HeaderClassName
{
color: #41BBDD;
}
.AnyTagClassName
{
color: #41BBDD;
}
</style>
background-color css
<style>
a { background-color: #41BBDD; }
a { background-color: rgb(65,187,221); }
div.DivClassName
{
background-color: #41BBDD;
}
.BgClassName
{
background-color: #41BBDD;
}
</style>
border-color css
<style>
span { border-color: #41BBDD; }
span { border-color: rgb(65,187,221); }
td.TdClassName
{
border-color: #41BBDD;
}
.TagClassName
{
border-color: #41BBDD;
}
</style>