Shades of Summer Sky #41BCDA
Tints of Summer Sky #41BCDA
RGB
CMYK
RGB Variations
Color information
#41BCDA (or 0x41BCDA) is known color: Summer Sky. HEX triplet: 41, BC and DA. RGB value is (65,188,218). Sum of RGB (Red+Green+Blue) = 65+188+218=471 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.80% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #41BCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BCDA is #BE4325. Grayscale: #9A9A9A. Windows color (decimal): -12469030 or 14335041. OLE color: 14335041.
HSL color Cylindrical-coordinate representation of color #41BCDA: hue angle of 191.76º 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 #41BCDA is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 188 | 218 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.15 |
| HSL | 191.76º | 0.67% | 0.55% | - |
| HSV(B) | 191.76º | 0.7% | 0.85% | - |
| XYZ | 32.82 | 42.15 | 72.74 | - |
| YUV | 154.64 | 163.75 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 188 | 218 | 0.70 | 0.14 | 0 | 0.15 | 191.76 | 0.67 | 0.55 |
| Hex | 41 | BC | DA | 46 | E | 0 | F | C0 | 43 | 37 |
| Octal | 101 | 274 | 332 | 106 | 16 | 0 | 17 | 300 | 103 | 67 |
| Binary | 1000001 | 10111100 | 11011010 | 1000110 | 1110 | 0 | 1111 | 11000000 | 1000011 | 110111 |
Color Harmonies of #41BCDA
Complementary color
Monochromatic Colors of #41BCDA
Black with #41BCDA
Text Example
Text Example
White with #41BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BCDA; }
p { color: rgb(65,188,218); }
H1.HeaderClassName
{
color: #41BCDA;
}
.AnyTagClassName
{
color: #41BCDA;
}
</style>
background-color css
<style>
a { background-color: #41BCDA; }
a { background-color: rgb(65,188,218); }
div.DivClassName
{
background-color: #41BCDA;
}
.BgClassName
{
background-color: #41BCDA;
}
</style>
border-color css
<style>
span { border-color: #41BCDA; }
span { border-color: rgb(65,188,218); }
td.TdClassName
{
border-color: #41BCDA;
}
.TagClassName
{
border-color: #41BCDA;
}
</style>