Shades of Summer Sky #41BDEA
Tints of Summer Sky #41BDEA
RGB
CMYK
RGB Variations
Color information
#41BDEA (or 0x41BDEA) is known color: Summer Sky. HEX triplet: 41, BD and EA. RGB value is (65,189,234). Sum of RGB (Red+Green+Blue) = 65+189+234=488 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.32% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #41BDEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41BDEA is #BE4215. Grayscale: #9C9C9C. Windows color (decimal): -12468758 or 15383873. OLE color: 15383873.
HSL color Cylindrical-coordinate representation of color #41BDEA: hue angle of 195.98º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41BDEA is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 189 | 234 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.08 |
| HSL | 195.98º | 0.8% | 0.59% | - |
| HSV(B) | 195.98º | 0.72% | 0.92% | - |
| XYZ | 35.23 | 43.46 | 84.37 | - |
| YUV | 157.05 | 171.42 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 189 | 234 | 0.72 | 0.19 | 0 | 0.08 | 195.98 | 0.8 | 0.59 |
| Hex | 41 | BD | EA | 48 | 13 | 0 | 8 | C4 | 50 | 3B |
| Octal | 101 | 275 | 352 | 110 | 23 | 0 | 10 | 304 | 120 | 73 |
| Binary | 1000001 | 10111101 | 11101010 | 1001000 | 10011 | 0 | 1000 | 11000100 | 1010000 | 111011 |
Color Harmonies of #41BDEA
Complementary color
Monochromatic Colors of #41BDEA
Black with #41BDEA
Text Example
Text Example
White with #41BDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BDEA; }
p { color: rgb(65,189,234); }
H1.HeaderClassName
{
color: #41BDEA;
}
.AnyTagClassName
{
color: #41BDEA;
}
</style>
background-color css
<style>
a { background-color: #41BDEA; }
a { background-color: rgb(65,189,234); }
div.DivClassName
{
background-color: #41BDEA;
}
.BgClassName
{
background-color: #41BDEA;
}
</style>
border-color css
<style>
span { border-color: #41BDEA; }
span { border-color: rgb(65,189,234); }
td.TdClassName
{
border-color: #41BDEA;
}
.TagClassName
{
border-color: #41BDEA;
}
</style>