Shades of Baby Blue #55F9FA
Tints of Baby Blue #55F9FA
RGB
CMYK
RGB Variations
Color information
#55F9FA (or 0x55F9FA) is known color: Baby Blue. HEX triplet: 55, F9 and FA. RGB value is (85,249,250). Sum of RGB (Red+Green+Blue) = 85+249+250=584 (77% of max value = 765). Red value is 85 (33.59% from 255 or 14.55% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #55F9FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F9FA is #AA0605. Grayscale: #C7C7C7. Windows color (decimal): -11142662 or 16447829. OLE color: 16447829.
HSL color Cylindrical-coordinate representation of color #55F9FA: hue angle of 180.36º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F9FA is Cyan = 0.66, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 249 | 250 | - |
| CMYK | 0.66 | 0.00 | 0 | 0.02 |
| HSL | 180.36º | 0.94% | 0.66% | - |
| HSV(B) | 180.36º | 0.66% | 0.98% | - |
| XYZ | 54.88 | 76.58 | 102.33 | - |
| YUV | 200.08 | 156.17 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 249 | 250 | 0.66 | 0.00 | 0 | 0.02 | 180.36 | 0.94 | 0.66 |
| Hex | 55 | F9 | FA | 42 | 0 | 0 | 2 | B4 | 5E | 42 |
| Octal | 125 | 371 | 372 | 102 | 0 | 0 | 2 | 264 | 136 | 102 |
| Binary | 1010101 | 11111001 | 11111010 | 1000010 | 0 | 0 | 10 | 10110100 | 1011110 | 1000010 |
Color Harmonies of #55F9FA
Complementary color
Monochromatic Colors of #55F9FA
Black with #55F9FA
Text Example
Text Example
White with #55F9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F9FA; }
p { color: rgb(85,249,250); }
H1.HeaderClassName
{
color: #55F9FA;
}
.AnyTagClassName
{
color: #55F9FA;
}
</style>
background-color css
<style>
a { background-color: #55F9FA; }
a { background-color: rgb(85,249,250); }
div.DivClassName
{
background-color: #55F9FA;
}
.BgClassName
{
background-color: #55F9FA;
}
</style>
border-color css
<style>
span { border-color: #55F9FA; }
span { border-color: rgb(85,249,250); }
td.TdClassName
{
border-color: #55F9FA;
}
.TagClassName
{
border-color: #55F9FA;
}
</style>