Shades of Summer Sky #41BED8
Tints of Summer Sky #41BED8
RGB
CMYK
RGB Variations
Color information
#41BED8 (or 0x41BED8) is known color: Summer Sky. HEX triplet: 41, BE and D8. RGB value is (65,190,216). Sum of RGB (Red+Green+Blue) = 65+190+216=471 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.80% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 216 (84.77% from 255 or 45.86% from 471); Max value from RGB is 216 - color contains mainly: blue. Hex color #41BED8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BED8 is #BE4127. Grayscale: #9B9B9B. Windows color (decimal): -12468520 or 14204481. OLE color: 14204481.
HSL color Cylindrical-coordinate representation of color #41BED8: hue angle of 190.33º degrees, saturation: 0.66, 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 #41BED8 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 190 | 216 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.15 |
| HSL | 190.33º | 0.66% | 0.55% | - |
| HSV(B) | 190.33º | 0.7% | 0.85% | - |
| XYZ | 32.99 | 42.91 | 71.51 | - |
| YUV | 155.59 | 162.09 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 190 | 216 | 0.70 | 0.12 | 0 | 0.15 | 190.33 | 0.66 | 0.55 |
| Hex | 41 | BE | D8 | 46 | C | 0 | F | BE | 42 | 37 |
| Octal | 101 | 276 | 330 | 106 | 14 | 0 | 17 | 276 | 102 | 67 |
| Binary | 1000001 | 10111110 | 11011000 | 1000110 | 1100 | 0 | 1111 | 10111110 | 1000010 | 110111 |
Color Harmonies of #41BED8
Complementary color
Monochromatic Colors of #41BED8
Black with #41BED8
Text Example
Text Example
White with #41BED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BED8; }
p { color: rgb(65,190,216); }
H1.HeaderClassName
{
color: #41BED8;
}
.AnyTagClassName
{
color: #41BED8;
}
</style>
background-color css
<style>
a { background-color: #41BED8; }
a { background-color: rgb(65,190,216); }
div.DivClassName
{
background-color: #41BED8;
}
.BgClassName
{
background-color: #41BED8;
}
</style>
border-color css
<style>
span { border-color: #41BED8; }
span { border-color: rgb(65,190,216); }
td.TdClassName
{
border-color: #41BED8;
}
.TagClassName
{
border-color: #41BED8;
}
</style>