Shades of Baby Blue #41FCFF
Tints of Baby Blue #41FCFF
RGB
CMYK
RGB Variations
Color information
#41FCFF (or 0x41FCFF) is known color: Baby Blue. HEX triplet: 41, FC and FF. RGB value is (65,252,255). Sum of RGB (Red+Green+Blue) = 65+252+255=572 (75% of max value = 765). Red value is 65 (25.78% from 255 or 11.36% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #41FCFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FCFF is #BE0300. Grayscale: #C4C4C4. Windows color (decimal): -12452609 or 16776257. OLE color: 16776257.
HSL color Cylindrical-coordinate representation of color #41FCFF: hue angle of 180.95º 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 #41FCFF is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 252 | 255 | - |
| CMYK | 0.75 | 0.01 | 0 | 0 |
| HSL | 180.95º | 1% | 0.63% | - |
| HSV(B) | 180.95º | 0.75% | 1% | - |
| XYZ | 55.04 | 77.96 | 106.76 | - |
| YUV | 196.43 | 161.05 | 34.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 252 | 255 | 0.75 | 0.01 | 0 | 0 | 180.95 | 1 | 0.63 |
| Hex | 41 | FC | FF | 4B | 1 | 0 | 0 | B5 | 64 | 3F |
| Octal | 101 | 374 | 377 | 113 | 1 | 0 | 0 | 265 | 144 | 77 |
| Binary | 1000001 | 11111100 | 11111111 | 1001011 | 1 | 0 | 0 | 10110101 | 1100100 | 111111 |
Color Harmonies of #41FCFF
Complementary color
Monochromatic Colors of #41FCFF
Black with #41FCFF
Text Example
Text Example
White with #41FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FCFF; }
p { color: rgb(65,252,255); }
H1.HeaderClassName
{
color: #41FCFF;
}
.AnyTagClassName
{
color: #41FCFF;
}
</style>
background-color css
<style>
a { background-color: #41FCFF; }
a { background-color: rgb(65,252,255); }
div.DivClassName
{
background-color: #41FCFF;
}
.BgClassName
{
background-color: #41FCFF;
}
</style>
border-color css
<style>
span { border-color: #41FCFF; }
span { border-color: rgb(65,252,255); }
td.TdClassName
{
border-color: #41FCFF;
}
.TagClassName
{
border-color: #41FCFF;
}
</style>