Shades of Baby Blue #55FEFD
Tints of Baby Blue #55FEFD
RGB
CMYK
RGB Variations
Color information
#55FEFD (or 0x55FEFD) is known color: Baby Blue. HEX triplet: 55, FE and FD. RGB value is (85,254,253). Sum of RGB (Red+Green+Blue) = 85+254+253=592 (78% of max value = 765). Red value is 85 (33.59% from 255 or 14.36% from 592); Green value is 254 (99.61% from 255 or 42.91% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 254 - color contains mainly: green. Hex color #55FEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FEFD is #AA0102. Grayscale: #CBCBCB. Windows color (decimal): -11141379 or 16645717. OLE color: 16645717.
HSL color Cylindrical-coordinate representation of color #55FEFD: hue angle of 179.64º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FEFD is Cyan = 0.67, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 254 | 253 | - |
| CMYK | 0.67 | 0 | 0.00 | 0.00 |
| HSL | 179.65º | 0.99% | 0.66% | - |
| HSV(B) | 179.65º | 0.67% | 1% | - |
| XYZ | 56.92 | 79.91 | 105.35 | - |
| YUV | 203.36 | 156.01 | 43.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 254 | 253 | 0.67 | 0 | 0.00 | 0.00 | 179.65 | 0.99 | 0.66 |
| Hex | 55 | FE | FD | 43 | 0 | 0 | 0 | B4 | 63 | 42 |
| Octal | 125 | 376 | 375 | 103 | 0 | 0 | 0 | 264 | 143 | 102 |
| Binary | 1010101 | 11111110 | 11111101 | 1000011 | 0 | 0 | 0 | 10110100 | 1100011 | 1000010 |
Color Harmonies of #55FEFD
Complementary color
Monochromatic Colors of #55FEFD
Black with #55FEFD
Text Example
Text Example
White with #55FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FEFD; }
p { color: rgb(85,254,253); }
H1.HeaderClassName
{
color: #55FEFD;
}
.AnyTagClassName
{
color: #55FEFD;
}
</style>
background-color css
<style>
a { background-color: #55FEFD; }
a { background-color: rgb(85,254,253); }
div.DivClassName
{
background-color: #55FEFD;
}
.BgClassName
{
background-color: #55FEFD;
}
</style>
border-color css
<style>
span { border-color: #55FEFD; }
span { border-color: rgb(85,254,253); }
td.TdClassName
{
border-color: #55FEFD;
}
.TagClassName
{
border-color: #55FEFD;
}
</style>