Shades of Summer Sky #41BEDA
Tints of Summer Sky #41BEDA
RGB
CMYK
RGB Variations
Color information
#41BEDA (or 0x41BEDA) is known color: Summer Sky. HEX triplet: 41, BE and DA. RGB value is (65,190,218). Sum of RGB (Red+Green+Blue) = 65+190+218=473 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.74% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #41BEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BEDA is #BE4125. Grayscale: #9B9B9B. Windows color (decimal): -12468518 or 14335553. OLE color: 14335553.
HSL color Cylindrical-coordinate representation of color #41BEDA: hue angle of 190.98º 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 #41BEDA is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 190 | 218 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.15 |
| HSL | 190.98º | 0.67% | 0.55% | - |
| HSV(B) | 190.98º | 0.7% | 0.85% | - |
| XYZ | 33.25 | 43.01 | 72.88 | - |
| YUV | 155.82 | 163.09 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 190 | 218 | 0.70 | 0.13 | 0 | 0.15 | 190.98 | 0.67 | 0.55 |
| Hex | 41 | BE | DA | 46 | D | 0 | F | BF | 43 | 37 |
| Octal | 101 | 276 | 332 | 106 | 15 | 0 | 17 | 277 | 103 | 67 |
| Binary | 1000001 | 10111110 | 11011010 | 1000110 | 1101 | 0 | 1111 | 10111111 | 1000011 | 110111 |
Color Harmonies of #41BEDA
Complementary color
Monochromatic Colors of #41BEDA
Black with #41BEDA
Text Example
Text Example
White with #41BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BEDA; }
p { color: rgb(65,190,218); }
H1.HeaderClassName
{
color: #41BEDA;
}
.AnyTagClassName
{
color: #41BEDA;
}
</style>
background-color css
<style>
a { background-color: #41BEDA; }
a { background-color: rgb(65,190,218); }
div.DivClassName
{
background-color: #41BEDA;
}
.BgClassName
{
background-color: #41BEDA;
}
</style>
border-color css
<style>
span { border-color: #41BEDA; }
span { border-color: rgb(65,190,218); }
td.TdClassName
{
border-color: #41BEDA;
}
.TagClassName
{
border-color: #41BEDA;
}
</style>