Shades of Baby Blue #55FDFB
Tints of Baby Blue #55FDFB
RGB
CMYK
RGB Variations
Color information
#55FDFB (or 0x55FDFB) is known color: Baby Blue. HEX triplet: 55, FD and FB. RGB value is (85,253,251). Sum of RGB (Red+Green+Blue) = 85+253+251=589 (78% of max value = 765). Red value is 85 (33.59% from 255 or 14.43% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #55FDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FDFB is #AA0204. Grayscale: #CACACA. Windows color (decimal): -11141637 or 16514389. OLE color: 16514389.
HSL color Cylindrical-coordinate representation of color #55FDFB: hue angle of 179.29º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FDFB is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 253 | 251 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.01 |
| HSL | 179.29º | 0.98% | 0.66% | - |
| HSV(B) | 179.29º | 0.66% | 0.99% | - |
| XYZ | 56.28 | 79.15 | 103.58 | - |
| YUV | 202.54 | 155.34 | 44.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 253 | 251 | 0.66 | 0 | 0.01 | 0.01 | 179.29 | 0.98 | 0.66 |
| Hex | 55 | FD | FB | 42 | 0 | 1 | 1 | B3 | 62 | 42 |
| Octal | 125 | 375 | 373 | 102 | 0 | 1 | 1 | 263 | 142 | 102 |
| Binary | 1010101 | 11111101 | 11111011 | 1000010 | 0 | 1 | 1 | 10110011 | 1100010 | 1000010 |
Color Harmonies of #55FDFB
Complementary color
Monochromatic Colors of #55FDFB
Black with #55FDFB
Text Example
Text Example
White with #55FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FDFB; }
p { color: rgb(85,253,251); }
H1.HeaderClassName
{
color: #55FDFB;
}
.AnyTagClassName
{
color: #55FDFB;
}
</style>
background-color css
<style>
a { background-color: #55FDFB; }
a { background-color: rgb(85,253,251); }
div.DivClassName
{
background-color: #55FDFB;
}
.BgClassName
{
background-color: #55FDFB;
}
</style>
border-color css
<style>
span { border-color: #55FDFB; }
span { border-color: rgb(85,253,251); }
td.TdClassName
{
border-color: #55FDFB;
}
.TagClassName
{
border-color: #55FDFB;
}
</style>