Shades of Baby Blue #55FFFD
Tints of Baby Blue #55FFFD
RGB
CMYK
RGB Variations
Color information
#55FFFD (or 0x55FFFD) is known color: Baby Blue. HEX triplet: 55, FF and FD. RGB value is (85,255,253). Sum of RGB (Red+Green+Blue) = 85+255+253=593 (78% of max value = 765). Red value is 85 (33.59% from 255 or 14.33% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FFFD is #AA0002. Grayscale: #CBCBCB. Windows color (decimal): -11141123 or 16645973. OLE color: 16645973.
HSL color Cylindrical-coordinate representation of color #55FFFD: hue angle of 179.29º 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 #55FFFD is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 253 | - |
| CMYK | 0.67 | 0 | 0.01 | 0 |
| HSL | 179.29º | 1% | 0.67% | - |
| HSV(B) | 179.29º | 0.67% | 1% | - |
| XYZ | 57.24 | 80.54 | 105.46 | - |
| YUV | 203.94 | 155.68 | 43.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 253 | 0.67 | 0 | 0.01 | 0 | 179.29 | 1 | 0.67 |
| Hex | 55 | FF | FD | 43 | 0 | 1 | 0 | B3 | 64 | 43 |
| Octal | 125 | 377 | 375 | 103 | 0 | 1 | 0 | 263 | 144 | 103 |
| Binary | 1010101 | 11111111 | 11111101 | 1000011 | 0 | 1 | 0 | 10110011 | 1100100 | 1000011 |
Color Harmonies of #55FFFD
Complementary color
Monochromatic Colors of #55FFFD
Black with #55FFFD
Text Example
Text Example
White with #55FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFFD; }
p { color: rgb(85,255,253); }
H1.HeaderClassName
{
color: #55FFFD;
}
.AnyTagClassName
{
color: #55FFFD;
}
</style>
background-color css
<style>
a { background-color: #55FFFD; }
a { background-color: rgb(85,255,253); }
div.DivClassName
{
background-color: #55FFFD;
}
.BgClassName
{
background-color: #55FFFD;
}
</style>
border-color css
<style>
span { border-color: #55FFFD; }
span { border-color: rgb(85,255,253); }
td.TdClassName
{
border-color: #55FFFD;
}
.TagClassName
{
border-color: #55FFFD;
}
</style>