Shades of Baby Blue #55FFF9
Tints of Baby Blue #55FFF9
RGB
CMYK
RGB Variations
Color information
#55FFF9 (or 0x55FFF9) is known color: Baby Blue. HEX triplet: 55, FF and F9. RGB value is (85,255,249). Sum of RGB (Red+Green+Blue) = 85+255+249=589 (78% of max value = 765). Red value is 85 (33.59% from 255 or 14.43% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FFF9 is #AA0006. Grayscale: #CBCBCB. Windows color (decimal): -11141127 or 16383829. OLE color: 16383829.
HSL color Cylindrical-coordinate representation of color #55FFF9: hue angle of 177.88º 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 #55FFF9 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 249 | - |
| CMYK | 0.67 | 0 | 0.02 | 0 |
| HSL | 177.88º | 1% | 0.67% | - |
| HSV(B) | 177.88º | 0.67% | 1% | - |
| XYZ | 56.61 | 80.29 | 102.14 | - |
| YUV | 203.49 | 153.68 | 43.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 249 | 0.67 | 0 | 0.02 | 0 | 177.88 | 1 | 0.67 |
| Hex | 55 | FF | F9 | 43 | 0 | 2 | 0 | B2 | 64 | 43 |
| Octal | 125 | 377 | 371 | 103 | 0 | 2 | 0 | 262 | 144 | 103 |
| Binary | 1010101 | 11111111 | 11111001 | 1000011 | 0 | 10 | 0 | 10110010 | 1100100 | 1000011 |
Color Harmonies of #55FFF9
Complementary color
Monochromatic Colors of #55FFF9
Black with #55FFF9
Text Example
Text Example
White with #55FFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFF9; }
p { color: rgb(85,255,249); }
H1.HeaderClassName
{
color: #55FFF9;
}
.AnyTagClassName
{
color: #55FFF9;
}
</style>
background-color css
<style>
a { background-color: #55FFF9; }
a { background-color: rgb(85,255,249); }
div.DivClassName
{
background-color: #55FFF9;
}
.BgClassName
{
background-color: #55FFF9;
}
</style>
border-color css
<style>
span { border-color: #55FFF9; }
span { border-color: rgb(85,255,249); }
td.TdClassName
{
border-color: #55FFF9;
}
.TagClassName
{
border-color: #55FFF9;
}
</style>