Shades of Summer Sky #41BDFF
Tints of Summer Sky #41BDFF
RGB
CMYK
RGB Variations
Color information
#41BDFF (or 0x41BDFF) is known color: Summer Sky. HEX triplet: 41, BD and FF. RGB value is (65,189,255). Sum of RGB (Red+Green+Blue) = 65+189+255=509 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.77% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #41BDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41BDFF is #BE4200. Grayscale: #9F9F9F. Windows color (decimal): -12468737 or 16760129. OLE color: 16760129.
HSL color Cylindrical-coordinate representation of color #41BDFF: hue angle of 200.84º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41BDFF is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 189 | 255 | - |
| CMYK | 0.75 | 0.26 | 0 | 0 |
| HSL | 200.84º | 1% | 0.63% | - |
| HSV(B) | 200.84º | 0.75% | 1% | - |
| XYZ | 38.43 | 44.74 | 101.22 | - |
| YUV | 159.45 | 181.92 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 189 | 255 | 0.75 | 0.26 | 0 | 0 | 200.84 | 1 | 0.63 |
| Hex | 41 | BD | FF | 4B | 1A | 0 | 0 | C9 | 64 | 3F |
| Octal | 101 | 275 | 377 | 113 | 32 | 0 | 0 | 311 | 144 | 77 |
| Binary | 1000001 | 10111101 | 11111111 | 1001011 | 11010 | 0 | 0 | 11001001 | 1100100 | 111111 |
Color Harmonies of #41BDFF
Complementary color
Monochromatic Colors of #41BDFF
Black with #41BDFF
Text Example
Text Example
White with #41BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BDFF; }
p { color: rgb(65,189,255); }
H1.HeaderClassName
{
color: #41BDFF;
}
.AnyTagClassName
{
color: #41BDFF;
}
</style>
background-color css
<style>
a { background-color: #41BDFF; }
a { background-color: rgb(65,189,255); }
div.DivClassName
{
background-color: #41BDFF;
}
.BgClassName
{
background-color: #41BDFF;
}
</style>
border-color css
<style>
span { border-color: #41BDFF; }
span { border-color: rgb(65,189,255); }
td.TdClassName
{
border-color: #41BDFF;
}
.TagClassName
{
border-color: #41BDFF;
}
</style>