Shades of Baby Blue #41FDFF
Tints of Baby Blue #41FDFF
RGB
CMYK
RGB Variations
Color information
#41FDFF (or 0x41FDFF) is known color: Baby Blue. HEX triplet: 41, FD and FF. RGB value is (65,253,255). Sum of RGB (Red+Green+Blue) = 65+253+255=573 (75% of max value = 765). Red value is 65 (25.78% from 255 or 11.34% from 573); Green value is 253 (99.22% from 255 or 44.15% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #41FDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FDFF is #BE0200. Grayscale: #C4C4C4. Windows color (decimal): -12452353 or 16776513. OLE color: 16776513.
HSL color Cylindrical-coordinate representation of color #41FDFF: hue angle of 180.63º 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 #41FDFF is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 253 | 255 | - |
| CMYK | 0.75 | 0.01 | 0 | 0 |
| HSL | 180.63º | 1% | 0.63% | - |
| HSV(B) | 180.63º | 0.75% | 1% | - |
| XYZ | 55.36 | 78.59 | 106.86 | - |
| YUV | 197.02 | 160.72 | 33.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 253 | 255 | 0.75 | 0.01 | 0 | 0 | 180.63 | 1 | 0.63 |
| Hex | 41 | FD | FF | 4B | 1 | 0 | 0 | B5 | 64 | 3F |
| Octal | 101 | 375 | 377 | 113 | 1 | 0 | 0 | 265 | 144 | 77 |
| Binary | 1000001 | 11111101 | 11111111 | 1001011 | 1 | 0 | 0 | 10110101 | 1100100 | 111111 |
Color Harmonies of #41FDFF
Complementary color
Monochromatic Colors of #41FDFF
Black with #41FDFF
Text Example
Text Example
White with #41FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FDFF; }
p { color: rgb(65,253,255); }
H1.HeaderClassName
{
color: #41FDFF;
}
.AnyTagClassName
{
color: #41FDFF;
}
</style>
background-color css
<style>
a { background-color: #41FDFF; }
a { background-color: rgb(65,253,255); }
div.DivClassName
{
background-color: #41FDFF;
}
.BgClassName
{
background-color: #41FDFF;
}
</style>
border-color css
<style>
span { border-color: #41FDFF; }
span { border-color: rgb(65,253,255); }
td.TdClassName
{
border-color: #41FDFF;
}
.TagClassName
{
border-color: #41FDFF;
}
</style>