Shades of Baby Blue #55F2FB
Tints of Baby Blue #55F2FB
RGB
CMYK
RGB Variations
Color information
#55F2FB (or 0x55F2FB) is known color: Baby Blue. HEX triplet: 55, F2 and FB. RGB value is (85,242,251). Sum of RGB (Red+Green+Blue) = 85+242+251=578 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.71% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #55F2FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F2FB is #AA0D04. Grayscale: #C3C3C3. Windows color (decimal): -11144453 or 16511573. OLE color: 16511573.
HSL color Cylindrical-coordinate representation of color #55F2FB: hue angle of 183.25º degrees, saturation: 0.95, 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 #55F2FB is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 242 | 251 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.02 |
| HSL | 183.25º | 0.95% | 0.66% | - |
| HSV(B) | 183.25º | 0.66% | 0.98% | - |
| XYZ | 52.91 | 72.4 | 102.45 | - |
| YUV | 196.08 | 158.99 | 48.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 242 | 251 | 0.66 | 0.04 | 0 | 0.02 | 183.25 | 0.95 | 0.66 |
| Hex | 55 | F2 | FB | 42 | 4 | 0 | 2 | B7 | 5F | 42 |
| Octal | 125 | 362 | 373 | 102 | 4 | 0 | 2 | 267 | 137 | 102 |
| Binary | 1010101 | 11110010 | 11111011 | 1000010 | 100 | 0 | 10 | 10110111 | 1011111 | 1000010 |
Color Harmonies of #55F2FB
Complementary color
Monochromatic Colors of #55F2FB
Black with #55F2FB
Text Example
Text Example
White with #55F2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F2FB; }
p { color: rgb(85,242,251); }
H1.HeaderClassName
{
color: #55F2FB;
}
.AnyTagClassName
{
color: #55F2FB;
}
</style>
background-color css
<style>
a { background-color: #55F2FB; }
a { background-color: rgb(85,242,251); }
div.DivClassName
{
background-color: #55F2FB;
}
.BgClassName
{
background-color: #55F2FB;
}
</style>
border-color css
<style>
span { border-color: #55F2FB; }
span { border-color: rgb(85,242,251); }
td.TdClassName
{
border-color: #55F2FB;
}
.TagClassName
{
border-color: #55F2FB;
}
</style>