Shades of Summer Sky #41BCFF
Tints of Summer Sky #41BCFF
RGB
CMYK
RGB Variations
Color information
#41BCFF (or 0x41BCFF) is known color: Summer Sky. HEX triplet: 41, BC and FF. RGB value is (65,188,255). Sum of RGB (Red+Green+Blue) = 65+188+255=508 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.80% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #41BCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41BCFF is #BE4300. Grayscale: #9E9E9E. Windows color (decimal): -12468993 or 16759873. OLE color: 16759873.
HSL color Cylindrical-coordinate representation of color #41BCFF: hue angle of 201.16º 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 #41BCFF is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 188 | 255 | - |
| CMYK | 0.75 | 0.26 | 0 | 0 |
| HSL | 201.16º | 1% | 0.63% | - |
| HSV(B) | 201.16º | 0.75% | 1% | - |
| XYZ | 38.21 | 44.31 | 101.15 | - |
| YUV | 158.86 | 182.25 | 61.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 188 | 255 | 0.75 | 0.26 | 0 | 0 | 201.16 | 1 | 0.63 |
| Hex | 41 | BC | FF | 4B | 1A | 0 | 0 | C9 | 64 | 3F |
| Octal | 101 | 274 | 377 | 113 | 32 | 0 | 0 | 311 | 144 | 77 |
| Binary | 1000001 | 10111100 | 11111111 | 1001011 | 11010 | 0 | 0 | 11001001 | 1100100 | 111111 |
Color Harmonies of #41BCFF
Complementary color
Monochromatic Colors of #41BCFF
Black with #41BCFF
Text Example
Text Example
White with #41BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BCFF; }
p { color: rgb(65,188,255); }
H1.HeaderClassName
{
color: #41BCFF;
}
.AnyTagClassName
{
color: #41BCFF;
}
</style>
background-color css
<style>
a { background-color: #41BCFF; }
a { background-color: rgb(65,188,255); }
div.DivClassName
{
background-color: #41BCFF;
}
.BgClassName
{
background-color: #41BCFF;
}
</style>
border-color css
<style>
span { border-color: #41BCFF; }
span { border-color: rgb(65,188,255); }
td.TdClassName
{
border-color: #41BCFF;
}
.TagClassName
{
border-color: #41BCFF;
}
</style>