Shades of Summer Sky #41BCDE
Tints of Summer Sky #41BCDE
RGB
CMYK
RGB Variations
Color information
#41BCDE (or 0x41BCDE) is known color: Summer Sky. HEX triplet: 41, BC and DE. RGB value is (65,188,222). Sum of RGB (Red+Green+Blue) = 65+188+222=475 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.68% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #41BCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BCDE is #BE4321. Grayscale: #9A9A9A. Windows color (decimal): -12469026 or 14597185. OLE color: 14597185.
HSL color Cylindrical-coordinate representation of color #41BCDE: hue angle of 192.99º 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 #41BCDE is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 188 | 222 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.13 |
| HSL | 192.99º | 0.7% | 0.56% | - |
| HSV(B) | 192.99º | 0.71% | 0.87% | - |
| XYZ | 33.35 | 42.36 | 75.53 | - |
| YUV | 155.1 | 165.75 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 188 | 222 | 0.71 | 0.15 | 0 | 0.13 | 192.99 | 0.7 | 0.56 |
| Hex | 41 | BC | DE | 47 | F | 0 | D | C1 | 46 | 38 |
| Octal | 101 | 274 | 336 | 107 | 17 | 0 | 15 | 301 | 106 | 70 |
| Binary | 1000001 | 10111100 | 11011110 | 1000111 | 1111 | 0 | 1101 | 11000001 | 1000110 | 111000 |
Color Harmonies of #41BCDE
Complementary color
Monochromatic Colors of #41BCDE
Black with #41BCDE
Text Example
Text Example
White with #41BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BCDE; }
p { color: rgb(65,188,222); }
H1.HeaderClassName
{
color: #41BCDE;
}
.AnyTagClassName
{
color: #41BCDE;
}
</style>
background-color css
<style>
a { background-color: #41BCDE; }
a { background-color: rgb(65,188,222); }
div.DivClassName
{
background-color: #41BCDE;
}
.BgClassName
{
background-color: #41BCDE;
}
</style>
border-color css
<style>
span { border-color: #41BCDE; }
span { border-color: rgb(65,188,222); }
td.TdClassName
{
border-color: #41BCDE;
}
.TagClassName
{
border-color: #41BCDE;
}
</style>