Shades of Baby Blue #41FBFC
Tints of Baby Blue #41FBFC
RGB
CMYK
RGB Variations
Color information
#41FBFC (or 0x41FBFC) is known color: Baby Blue. HEX triplet: 41, FB and FC. RGB value is (65,251,252). Sum of RGB (Red+Green+Blue) = 65+251+252=568 (75% of max value = 765). Red value is 65 (25.78% from 255 or 11.44% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #41FBFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FBFC is #BE0403. Grayscale: #C3C3C3. Windows color (decimal): -12452868 or 16579393. OLE color: 16579393.
HSL color Cylindrical-coordinate representation of color #41FBFC: hue angle of 180.32º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FBFC is Cyan = 0.74, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 251 | 252 | - |
| CMYK | 0.74 | 0.00 | 0 | 0.01 |
| HSL | 180.32º | 0.97% | 0.62% | - |
| HSV(B) | 180.32º | 0.74% | 0.99% | - |
| XYZ | 54.25 | 77.15 | 104.13 | - |
| YUV | 195.5 | 159.88 | 34.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 251 | 252 | 0.74 | 0.00 | 0 | 0.01 | 180.32 | 0.97 | 0.62 |
| Hex | 41 | FB | FC | 4A | 0 | 0 | 1 | B4 | 61 | 3E |
| Octal | 101 | 373 | 374 | 112 | 0 | 0 | 1 | 264 | 141 | 76 |
| Binary | 1000001 | 11111011 | 11111100 | 1001010 | 0 | 0 | 1 | 10110100 | 1100001 | 111110 |
Color Harmonies of #41FBFC
Complementary color
Monochromatic Colors of #41FBFC
Black with #41FBFC
Text Example
Text Example
White with #41FBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FBFC; }
p { color: rgb(65,251,252); }
H1.HeaderClassName
{
color: #41FBFC;
}
.AnyTagClassName
{
color: #41FBFC;
}
</style>
background-color css
<style>
a { background-color: #41FBFC; }
a { background-color: rgb(65,251,252); }
div.DivClassName
{
background-color: #41FBFC;
}
.BgClassName
{
background-color: #41FBFC;
}
</style>
border-color css
<style>
span { border-color: #41FBFC; }
span { border-color: rgb(65,251,252); }
td.TdClassName
{
border-color: #41FBFC;
}
.TagClassName
{
border-color: #41FBFC;
}
</style>