Shades of Baby Blue #41EEFE
Tints of Baby Blue #41EEFE
RGB
CMYK
RGB Variations
Color information
#41EEFE (or 0x41EEFE) is known color: Baby Blue. HEX triplet: 41, EE and FE. RGB value is (65,238,254). Sum of RGB (Red+Green+Blue) = 65+238+254=557 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.67% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #41EEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EEFE is #BE1101. Grayscale: #BBBBBB. Windows color (decimal): -12456194 or 16707137. OLE color: 16707137.
HSL color Cylindrical-coordinate representation of color #41EEFE: hue angle of 185.08º 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 #41EEFE is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 238 | 254 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.00 |
| HSL | 185.08º | 0.99% | 0.63% | - |
| HSV(B) | 185.08º | 0.74% | 1% | - |
| XYZ | 50.64 | 69.43 | 104.5 | - |
| YUV | 188.1 | 165.19 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 238 | 254 | 0.74 | 0.06 | 0 | 0.00 | 185.08 | 0.99 | 0.63 |
| Hex | 41 | EE | FE | 4A | 6 | 0 | 0 | B9 | 63 | 3F |
| Octal | 101 | 356 | 376 | 112 | 6 | 0 | 0 | 271 | 143 | 77 |
| Binary | 1000001 | 11101110 | 11111110 | 1001010 | 110 | 0 | 0 | 10111001 | 1100011 | 111111 |
Color Harmonies of #41EEFE
Complementary color
Monochromatic Colors of #41EEFE
Black with #41EEFE
Text Example
Text Example
White with #41EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EEFE; }
p { color: rgb(65,238,254); }
H1.HeaderClassName
{
color: #41EEFE;
}
.AnyTagClassName
{
color: #41EEFE;
}
</style>
background-color css
<style>
a { background-color: #41EEFE; }
a { background-color: rgb(65,238,254); }
div.DivClassName
{
background-color: #41EEFE;
}
.BgClassName
{
background-color: #41EEFE;
}
</style>
border-color css
<style>
span { border-color: #41EEFE; }
span { border-color: rgb(65,238,254); }
td.TdClassName
{
border-color: #41EEFE;
}
.TagClassName
{
border-color: #41EEFE;
}
</style>