Shades of Summer Sky #41BCDF
Tints of Summer Sky #41BCDF
RGB
CMYK
RGB Variations
Color information
#41BCDF (or 0x41BCDF) is known color: Summer Sky. HEX triplet: 41, BC and DF. RGB value is (65,188,223). Sum of RGB (Red+Green+Blue) = 65+188+223=476 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.66% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #41BCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BCDF is #BE4320. Grayscale: #9A9A9A. Windows color (decimal): -12469025 or 14662721. OLE color: 14662721.
HSL color Cylindrical-coordinate representation of color #41BCDF: hue angle of 193.29º 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 #41BCDF is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 188 | 223 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.13 |
| HSL | 193.29º | 0.71% | 0.56% | - |
| HSV(B) | 193.29º | 0.71% | 0.87% | - |
| XYZ | 33.48 | 42.42 | 76.23 | - |
| YUV | 155.21 | 166.25 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 188 | 223 | 0.71 | 0.16 | 0 | 0.13 | 193.29 | 0.71 | 0.56 |
| Hex | 41 | BC | DF | 47 | 10 | 0 | D | C1 | 47 | 38 |
| Octal | 101 | 274 | 337 | 107 | 20 | 0 | 15 | 301 | 107 | 70 |
| Binary | 1000001 | 10111100 | 11011111 | 1000111 | 10000 | 0 | 1101 | 11000001 | 1000111 | 111000 |
Color Harmonies of #41BCDF
Complementary color
Monochromatic Colors of #41BCDF
Black with #41BCDF
Text Example
Text Example
White with #41BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BCDF; }
p { color: rgb(65,188,223); }
H1.HeaderClassName
{
color: #41BCDF;
}
.AnyTagClassName
{
color: #41BCDF;
}
</style>
background-color css
<style>
a { background-color: #41BCDF; }
a { background-color: rgb(65,188,223); }
div.DivClassName
{
background-color: #41BCDF;
}
.BgClassName
{
background-color: #41BCDF;
}
</style>
border-color css
<style>
span { border-color: #41BCDF; }
span { border-color: rgb(65,188,223); }
td.TdClassName
{
border-color: #41BCDF;
}
.TagClassName
{
border-color: #41BCDF;
}
</style>