Shades of Summer Sky #41BBDF
Tints of Summer Sky #41BBDF
RGB
CMYK
RGB Variations
Color information
#41BBDF (or 0x41BBDF) is known color: Summer Sky. HEX triplet: 41, BB and DF. RGB value is (65,187,223). Sum of RGB (Red+Green+Blue) = 65+187+223=475 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.68% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #41BBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BBDF is #BE4420. Grayscale: #9A9A9A. Windows color (decimal): -12469281 or 14662465. OLE color: 14662465.
HSL color Cylindrical-coordinate representation of color #41BBDF: hue angle of 193.67º degrees, saturation: 0.71, 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 #41BBDF is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 187 | 223 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.13 |
| HSL | 193.67º | 0.71% | 0.56% | - |
| HSV(B) | 193.67º | 0.71% | 0.87% | - |
| XYZ | 33.27 | 41.99 | 76.16 | - |
| YUV | 154.63 | 166.58 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 187 | 223 | 0.71 | 0.16 | 0 | 0.13 | 193.67 | 0.71 | 0.56 |
| Hex | 41 | BB | DF | 47 | 10 | 0 | D | C2 | 47 | 38 |
| Octal | 101 | 273 | 337 | 107 | 20 | 0 | 15 | 302 | 107 | 70 |
| Binary | 1000001 | 10111011 | 11011111 | 1000111 | 10000 | 0 | 1101 | 11000010 | 1000111 | 111000 |
Color Harmonies of #41BBDF
Complementary color
Monochromatic Colors of #41BBDF
Black with #41BBDF
Text Example
Text Example
White with #41BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BBDF; }
p { color: rgb(65,187,223); }
H1.HeaderClassName
{
color: #41BBDF;
}
.AnyTagClassName
{
color: #41BBDF;
}
</style>
background-color css
<style>
a { background-color: #41BBDF; }
a { background-color: rgb(65,187,223); }
div.DivClassName
{
background-color: #41BBDF;
}
.BgClassName
{
background-color: #41BBDF;
}
</style>
border-color css
<style>
span { border-color: #41BBDF; }
span { border-color: rgb(65,187,223); }
td.TdClassName
{
border-color: #41BBDF;
}
.TagClassName
{
border-color: #41BBDF;
}
</style>