Shades of Baby Blue #41F2FB
Tints of Baby Blue #41F2FB
RGB
CMYK
RGB Variations
Color information
#41F2FB (or 0x41F2FB) is known color: Baby Blue. HEX triplet: 41, F2 and FB. RGB value is (65,242,251). Sum of RGB (Red+Green+Blue) = 65+242+251=558 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.65% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #41F2FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41F2FB is #BE0D04. Grayscale: #BDBDBD. Windows color (decimal): -12455173 or 16511553. OLE color: 16511553.
HSL color Cylindrical-coordinate representation of color #41F2FB: hue angle of 182.9º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F2FB is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 242 | 251 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.02 |
| HSL | 182.9º | 0.96% | 0.62% | - |
| HSV(B) | 182.9º | 0.74% | 0.98% | - |
| XYZ | 51.34 | 71.59 | 102.38 | - |
| YUV | 190.1 | 162.36 | 38.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 242 | 251 | 0.74 | 0.04 | 0 | 0.02 | 182.9 | 0.96 | 0.62 |
| Hex | 41 | F2 | FB | 4A | 4 | 0 | 2 | B7 | 60 | 3E |
| Octal | 101 | 362 | 373 | 112 | 4 | 0 | 2 | 267 | 140 | 76 |
| Binary | 1000001 | 11110010 | 11111011 | 1001010 | 100 | 0 | 10 | 10110111 | 1100000 | 111110 |
Color Harmonies of #41F2FB
Complementary color
Monochromatic Colors of #41F2FB
Black with #41F2FB
Text Example
Text Example
White with #41F2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F2FB; }
p { color: rgb(65,242,251); }
H1.HeaderClassName
{
color: #41F2FB;
}
.AnyTagClassName
{
color: #41F2FB;
}
</style>
background-color css
<style>
a { background-color: #41F2FB; }
a { background-color: rgb(65,242,251); }
div.DivClassName
{
background-color: #41F2FB;
}
.BgClassName
{
background-color: #41F2FB;
}
</style>
border-color css
<style>
span { border-color: #41F2FB; }
span { border-color: rgb(65,242,251); }
td.TdClassName
{
border-color: #41F2FB;
}
.TagClassName
{
border-color: #41F2FB;
}
</style>