Shades of Baby Blue #41FDFE
Tints of Baby Blue #41FDFE
RGB
CMYK
RGB Variations
Color information
#41FDFE (or 0x41FDFE) is known color: Baby Blue. HEX triplet: 41, FD and FE. RGB value is (65,253,254). Sum of RGB (Red+Green+Blue) = 65+253+254=572 (75% of max value = 765). Red value is 65 (25.78% from 255 or 11.36% from 572); Green value is 253 (99.22% from 255 or 44.23% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #41FDFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FDFE is #BE0201. Grayscale: #C4C4C4. Windows color (decimal): -12452354 or 16710977. OLE color: 16710977.
HSL color Cylindrical-coordinate representation of color #41FDFE: hue angle of 180.32º 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 #41FDFE is Cyan = 0.74, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 253 | 254 | - |
| CMYK | 0.74 | 0.00 | 0 | 0.00 |
| HSL | 180.32º | 0.99% | 0.63% | - |
| HSV(B) | 180.32º | 0.74% | 1% | - |
| XYZ | 55.19 | 78.53 | 106.01 | - |
| YUV | 196.9 | 160.22 | 33.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 253 | 254 | 0.74 | 0.00 | 0 | 0.00 | 180.32 | 0.99 | 0.63 |
| Hex | 41 | FD | FE | 4A | 0 | 0 | 0 | B4 | 63 | 3F |
| Octal | 101 | 375 | 376 | 112 | 0 | 0 | 0 | 264 | 143 | 77 |
| Binary | 1000001 | 11111101 | 11111110 | 1001010 | 0 | 0 | 0 | 10110100 | 1100011 | 111111 |
Color Harmonies of #41FDFE
Complementary color
Monochromatic Colors of #41FDFE
Black with #41FDFE
Text Example
Text Example
White with #41FDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FDFE; }
p { color: rgb(65,253,254); }
H1.HeaderClassName
{
color: #41FDFE;
}
.AnyTagClassName
{
color: #41FDFE;
}
</style>
background-color css
<style>
a { background-color: #41FDFE; }
a { background-color: rgb(65,253,254); }
div.DivClassName
{
background-color: #41FDFE;
}
.BgClassName
{
background-color: #41FDFE;
}
</style>
border-color css
<style>
span { border-color: #41FDFE; }
span { border-color: rgb(65,253,254); }
td.TdClassName
{
border-color: #41FDFE;
}
.TagClassName
{
border-color: #41FDFE;
}
</style>