Shades of Baby Blue #41ECFF
Tints of Baby Blue #41ECFF
RGB
CMYK
RGB Variations
Color information
#41ECFF (or 0x41ECFF) is known color: Baby Blue. HEX triplet: 41, EC and FF. RGB value is (65,236,255). Sum of RGB (Red+Green+Blue) = 65+236+255=556 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.69% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #41ECFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41ECFF is #BE1300. Grayscale: #BABABA. Windows color (decimal): -12456705 or 16772161. OLE color: 16772161.
HSL color Cylindrical-coordinate representation of color #41ECFF: hue angle of 186º 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 #41ECFF is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 236 | 255 | - |
| CMYK | 0.75 | 0.07 | 0 | 0 |
| HSL | 186º | 1% | 0.63% | - |
| HSV(B) | 186º | 0.75% | 1% | - |
| XYZ | 50.23 | 68.33 | 105.15 | - |
| YUV | 187.04 | 166.35 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 255 | 0.75 | 0.07 | 0 | 0 | 186 | 1 | 0.63 |
| Hex | 41 | EC | FF | 4B | 7 | 0 | 0 | BA | 64 | 3F |
| Octal | 101 | 354 | 377 | 113 | 7 | 0 | 0 | 272 | 144 | 77 |
| Binary | 1000001 | 11101100 | 11111111 | 1001011 | 111 | 0 | 0 | 10111010 | 1100100 | 111111 |
Color Harmonies of #41ECFF
Complementary color
Monochromatic Colors of #41ECFF
Black with #41ECFF
Text Example
Text Example
White with #41ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ECFF; }
p { color: rgb(65,236,255); }
H1.HeaderClassName
{
color: #41ECFF;
}
.AnyTagClassName
{
color: #41ECFF;
}
</style>
background-color css
<style>
a { background-color: #41ECFF; }
a { background-color: rgb(65,236,255); }
div.DivClassName
{
background-color: #41ECFF;
}
.BgClassName
{
background-color: #41ECFF;
}
</style>
border-color css
<style>
span { border-color: #41ECFF; }
span { border-color: rgb(65,236,255); }
td.TdClassName
{
border-color: #41ECFF;
}
.TagClassName
{
border-color: #41ECFF;
}
</style>