Shades of Baby Blue #55FFF1
Tints of Baby Blue #55FFF1
RGB
CMYK
RGB Variations
Color information
#55FFF1 (or 0x55FFF1) is known color: Baby Blue. HEX triplet: 55, FF and F1. RGB value is (85,255,241). Sum of RGB (Red+Green+Blue) = 85+255+241=581 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.63% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FFF1 is #AA000E. Grayscale: #CACACA. Windows color (decimal): -11141135 or 15859541. OLE color: 15859541.
HSL color Cylindrical-coordinate representation of color #55FFF1: hue angle of 175.06º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FFF1 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 241 | - |
| CMYK | 0.67 | 0 | 0.05 | 0 |
| HSL | 175.06º | 1% | 0.67% | - |
| HSV(B) | 175.06º | 0.67% | 1% | - |
| XYZ | 55.38 | 79.8 | 95.7 | - |
| YUV | 202.57 | 149.68 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 241 | 0.67 | 0 | 0.05 | 0 | 175.06 | 1 | 0.67 |
| Hex | 55 | FF | F1 | 43 | 0 | 5 | 0 | AF | 64 | 43 |
| Octal | 125 | 377 | 361 | 103 | 0 | 5 | 0 | 257 | 144 | 103 |
| Binary | 1010101 | 11111111 | 11110001 | 1000011 | 0 | 101 | 0 | 10101111 | 1100100 | 1000011 |
Color Harmonies of #55FFF1
Complementary color
Monochromatic Colors of #55FFF1
Black with #55FFF1
Text Example
Text Example
White with #55FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFF1; }
p { color: rgb(85,255,241); }
H1.HeaderClassName
{
color: #55FFF1;
}
.AnyTagClassName
{
color: #55FFF1;
}
</style>
background-color css
<style>
a { background-color: #55FFF1; }
a { background-color: rgb(85,255,241); }
div.DivClassName
{
background-color: #55FFF1;
}
.BgClassName
{
background-color: #55FFF1;
}
</style>
border-color css
<style>
span { border-color: #55FFF1; }
span { border-color: rgb(85,255,241); }
td.TdClassName
{
border-color: #55FFF1;
}
.TagClassName
{
border-color: #55FFF1;
}
</style>