Shades of Baby Blue #41F0FC
Tints of Baby Blue #41F0FC
RGB
CMYK
RGB Variations
Color information
#41F0FC (or 0x41F0FC) is known color: Baby Blue. HEX triplet: 41, F0 and FC. RGB value is (65,240,252). Sum of RGB (Red+Green+Blue) = 65+240+252=557 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.67% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #41F0FC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41F0FC is #BE0F03. Grayscale: #BCBCBC. Windows color (decimal): -12455684 or 16576577. OLE color: 16576577.
HSL color Cylindrical-coordinate representation of color #41F0FC: hue angle of 183.85º 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 #41F0FC is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 240 | 252 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.01 |
| HSL | 183.85º | 0.97% | 0.62% | - |
| HSV(B) | 183.85º | 0.74% | 0.99% | - |
| XYZ | 50.91 | 70.47 | 103.01 | - |
| YUV | 189.04 | 163.52 | 39.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 240 | 252 | 0.74 | 0.05 | 0 | 0.01 | 183.85 | 0.97 | 0.62 |
| Hex | 41 | F0 | FC | 4A | 5 | 0 | 1 | B8 | 61 | 3E |
| Octal | 101 | 360 | 374 | 112 | 5 | 0 | 1 | 270 | 141 | 76 |
| Binary | 1000001 | 11110000 | 11111100 | 1001010 | 101 | 0 | 1 | 10111000 | 1100001 | 111110 |
Color Harmonies of #41F0FC
Complementary color
Monochromatic Colors of #41F0FC
Black with #41F0FC
Text Example
Text Example
White with #41F0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F0FC; }
p { color: rgb(65,240,252); }
H1.HeaderClassName
{
color: #41F0FC;
}
.AnyTagClassName
{
color: #41F0FC;
}
</style>
background-color css
<style>
a { background-color: #41F0FC; }
a { background-color: rgb(65,240,252); }
div.DivClassName
{
background-color: #41F0FC;
}
.BgClassName
{
background-color: #41F0FC;
}
</style>
border-color css
<style>
span { border-color: #41F0FC; }
span { border-color: rgb(65,240,252); }
td.TdClassName
{
border-color: #41F0FC;
}
.TagClassName
{
border-color: #41F0FC;
}
</style>