Shades of Summer Sky #41BDDA
Tints of Summer Sky #41BDDA
RGB
CMYK
RGB Variations
Color information
#41BDDA (or 0x41BDDA) is known color: Summer Sky. HEX triplet: 41, BD and DA. RGB value is (65,189,218). Sum of RGB (Red+Green+Blue) = 65+189+218=472 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.77% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #41BDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BDDA is #BE4225. Grayscale: #9A9A9A. Windows color (decimal): -12468774 or 14335297. OLE color: 14335297.
HSL color Cylindrical-coordinate representation of color #41BDDA: hue angle of 191.37º 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 #41BDDA is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 189 | 218 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.15 |
| HSL | 191.37º | 0.67% | 0.55% | - |
| HSV(B) | 191.37º | 0.7% | 0.85% | - |
| XYZ | 33.03 | 42.58 | 72.81 | - |
| YUV | 155.23 | 163.42 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 189 | 218 | 0.70 | 0.13 | 0 | 0.15 | 191.37 | 0.67 | 0.55 |
| Hex | 41 | BD | DA | 46 | D | 0 | F | BF | 43 | 37 |
| Octal | 101 | 275 | 332 | 106 | 15 | 0 | 17 | 277 | 103 | 67 |
| Binary | 1000001 | 10111101 | 11011010 | 1000110 | 1101 | 0 | 1111 | 10111111 | 1000011 | 110111 |
Color Harmonies of #41BDDA
Complementary color
Monochromatic Colors of #41BDDA
Black with #41BDDA
Text Example
Text Example
White with #41BDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BDDA; }
p { color: rgb(65,189,218); }
H1.HeaderClassName
{
color: #41BDDA;
}
.AnyTagClassName
{
color: #41BDDA;
}
</style>
background-color css
<style>
a { background-color: #41BDDA; }
a { background-color: rgb(65,189,218); }
div.DivClassName
{
background-color: #41BDDA;
}
.BgClassName
{
background-color: #41BDDA;
}
</style>
border-color css
<style>
span { border-color: #41BDDA; }
span { border-color: rgb(65,189,218); }
td.TdClassName
{
border-color: #41BDDA;
}
.TagClassName
{
border-color: #41BDDA;
}
</style>