Shades of Baby Blue #41EDFE
Tints of Baby Blue #41EDFE
RGB
CMYK
RGB Variations
Color information
#41EDFE (or 0x41EDFE) is known color: Baby Blue. HEX triplet: 41, ED and FE. RGB value is (65,237,254). Sum of RGB (Red+Green+Blue) = 65+237+254=556 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.69% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #41EDFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EDFE is #BE1201. Grayscale: #BBBBBB. Windows color (decimal): -12456450 or 16706881. OLE color: 16706881.
HSL color Cylindrical-coordinate representation of color #41EDFE: hue angle of 185.4º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41EDFE is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 237 | 254 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.00 |
| HSL | 185.4º | 0.99% | 0.63% | - |
| HSV(B) | 185.4º | 0.74% | 1% | - |
| XYZ | 50.35 | 68.85 | 104.4 | - |
| YUV | 187.51 | 165.52 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 237 | 254 | 0.74 | 0.07 | 0 | 0.00 | 185.4 | 0.99 | 0.63 |
| Hex | 41 | ED | FE | 4A | 7 | 0 | 0 | B9 | 63 | 3F |
| Octal | 101 | 355 | 376 | 112 | 7 | 0 | 0 | 271 | 143 | 77 |
| Binary | 1000001 | 11101101 | 11111110 | 1001010 | 111 | 0 | 0 | 10111001 | 1100011 | 111111 |
Color Harmonies of #41EDFE
Complementary color
Monochromatic Colors of #41EDFE
Black with #41EDFE
Text Example
Text Example
White with #41EDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EDFE; }
p { color: rgb(65,237,254); }
H1.HeaderClassName
{
color: #41EDFE;
}
.AnyTagClassName
{
color: #41EDFE;
}
</style>
background-color css
<style>
a { background-color: #41EDFE; }
a { background-color: rgb(65,237,254); }
div.DivClassName
{
background-color: #41EDFE;
}
.BgClassName
{
background-color: #41EDFE;
}
</style>
border-color css
<style>
span { border-color: #41EDFE; }
span { border-color: rgb(65,237,254); }
td.TdClassName
{
border-color: #41EDFE;
}
.TagClassName
{
border-color: #41EDFE;
}
</style>