Shades of Summer Sky #41BBDA
Tints of Summer Sky #41BBDA
RGB
CMYK
RGB Variations
Color information
#41BBDA (or 0x41BBDA) is known color: Summer Sky. HEX triplet: 41, BB and DA. RGB value is (65,187,218). Sum of RGB (Red+Green+Blue) = 65+187+218=470 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.83% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #41BBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BBDA is #BE4425. Grayscale: #999999. Windows color (decimal): -12469286 or 14334785. OLE color: 14334785.
HSL color Cylindrical-coordinate representation of color #41BBDA: hue angle of 192.16º 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 #41BBDA is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 187 | 218 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.15 |
| HSL | 192.16º | 0.67% | 0.55% | - |
| HSV(B) | 192.16º | 0.7% | 0.85% | - |
| XYZ | 32.61 | 41.73 | 72.67 | - |
| YUV | 154.06 | 164.08 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 187 | 218 | 0.70 | 0.14 | 0 | 0.15 | 192.16 | 0.67 | 0.55 |
| Hex | 41 | BB | DA | 46 | E | 0 | F | C0 | 43 | 37 |
| Octal | 101 | 273 | 332 | 106 | 16 | 0 | 17 | 300 | 103 | 67 |
| Binary | 1000001 | 10111011 | 11011010 | 1000110 | 1110 | 0 | 1111 | 11000000 | 1000011 | 110111 |
Color Harmonies of #41BBDA
Complementary color
Monochromatic Colors of #41BBDA
Black with #41BBDA
Text Example
Text Example
White with #41BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BBDA; }
p { color: rgb(65,187,218); }
H1.HeaderClassName
{
color: #41BBDA;
}
.AnyTagClassName
{
color: #41BBDA;
}
</style>
background-color css
<style>
a { background-color: #41BBDA; }
a { background-color: rgb(65,187,218); }
div.DivClassName
{
background-color: #41BBDA;
}
.BgClassName
{
background-color: #41BBDA;
}
</style>
border-color css
<style>
span { border-color: #41BBDA; }
span { border-color: rgb(65,187,218); }
td.TdClassName
{
border-color: #41BBDA;
}
.TagClassName
{
border-color: #41BBDA;
}
</style>