Shades of Baby Blue #41FAFC
Tints of Baby Blue #41FAFC
RGB
CMYK
RGB Variations
Color information
#41FAFC (or 0x41FAFC) is known color: Baby Blue. HEX triplet: 41, FA and FC. RGB value is (65,250,252). Sum of RGB (Red+Green+Blue) = 65+250+252=567 (75% of max value = 765). Red value is 65 (25.78% from 255 or 11.46% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #41FAFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FAFC is #BE0503. Grayscale: #C2C2C2. Windows color (decimal): -12453124 or 16579137. OLE color: 16579137.
HSL color Cylindrical-coordinate representation of color #41FAFC: hue angle of 180.64º 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 #41FAFC is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 250 | 252 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.01 |
| HSL | 180.64º | 0.97% | 0.62% | - |
| HSV(B) | 180.64º | 0.74% | 0.99% | - |
| XYZ | 53.94 | 76.52 | 104.02 | - |
| YUV | 194.91 | 160.21 | 35.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 250 | 252 | 0.74 | 0.01 | 0 | 0.01 | 180.64 | 0.97 | 0.62 |
| Hex | 41 | FA | FC | 4A | 1 | 0 | 1 | B5 | 61 | 3E |
| Octal | 101 | 372 | 374 | 112 | 1 | 0 | 1 | 265 | 141 | 76 |
| Binary | 1000001 | 11111010 | 11111100 | 1001010 | 1 | 0 | 1 | 10110101 | 1100001 | 111110 |
Color Harmonies of #41FAFC
Complementary color
Monochromatic Colors of #41FAFC
Black with #41FAFC
Text Example
Text Example
White with #41FAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FAFC; }
p { color: rgb(65,250,252); }
H1.HeaderClassName
{
color: #41FAFC;
}
.AnyTagClassName
{
color: #41FAFC;
}
</style>
background-color css
<style>
a { background-color: #41FAFC; }
a { background-color: rgb(65,250,252); }
div.DivClassName
{
background-color: #41FAFC;
}
.BgClassName
{
background-color: #41FAFC;
}
</style>
border-color css
<style>
span { border-color: #41FAFC; }
span { border-color: rgb(65,250,252); }
td.TdClassName
{
border-color: #41FAFC;
}
.TagClassName
{
border-color: #41FAFC;
}
</style>