Shades of Baby Blue #55F1FF
Tints of Baby Blue #55F1FF
RGB
CMYK
RGB Variations
Color information
#55F1FF (or 0x55F1FF) is known color: Baby Blue. HEX triplet: 55, F1 and FF. RGB value is (85,241,255). Sum of RGB (Red+Green+Blue) = 85+241+255=581 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.63% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #55F1FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F1FF is #AA0E00. Grayscale: #C3C3C3. Windows color (decimal): -11144705 or 16773461. OLE color: 16773461.
HSL color Cylindrical-coordinate representation of color #55F1FF: hue angle of 184.94º 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 #55F1FF is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 241 | 255 | - |
| CMYK | 0.67 | 0.05 | 0 | 0 |
| HSL | 184.94º | 1% | 0.67% | - |
| HSV(B) | 184.94º | 0.67% | 1% | - |
| XYZ | 53.25 | 72.06 | 105.71 | - |
| YUV | 195.95 | 161.32 | 48.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 241 | 255 | 0.67 | 0.05 | 0 | 0 | 184.94 | 1 | 0.67 |
| Hex | 55 | F1 | FF | 43 | 5 | 0 | 0 | B9 | 64 | 43 |
| Octal | 125 | 361 | 377 | 103 | 5 | 0 | 0 | 271 | 144 | 103 |
| Binary | 1010101 | 11110001 | 11111111 | 1000011 | 101 | 0 | 0 | 10111001 | 1100100 | 1000011 |
Color Harmonies of #55F1FF
Complementary color
Monochromatic Colors of #55F1FF
Black with #55F1FF
Text Example
Text Example
White with #55F1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F1FF; }
p { color: rgb(85,241,255); }
H1.HeaderClassName
{
color: #55F1FF;
}
.AnyTagClassName
{
color: #55F1FF;
}
</style>
background-color css
<style>
a { background-color: #55F1FF; }
a { background-color: rgb(85,241,255); }
div.DivClassName
{
background-color: #55F1FF;
}
.BgClassName
{
background-color: #55F1FF;
}
</style>
border-color css
<style>
span { border-color: #55F1FF; }
span { border-color: rgb(85,241,255); }
td.TdClassName
{
border-color: #55F1FF;
}
.TagClassName
{
border-color: #55F1FF;
}
</style>