Shades of Baby Blue #54FBF1
Tints of Baby Blue #54FBF1
RGB
CMYK
RGB Variations
Color information
#54FBF1 (or 0x54FBF1) is known color: Baby Blue. HEX triplet: 54, FB and F1. RGB value is (84,251,241). Sum of RGB (Red+Green+Blue) = 84+251+241=576 (76% of max value = 765). Red value is 84 (33.20% from 255 or 14.58% from 576); Green value is 251 (98.44% from 255 or 43.58% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 251 - color contains mainly: green. Hex color #54FBF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FBF1 is #AB040E. Grayscale: #C7C7C7. Windows color (decimal): -11207695 or 15858516. OLE color: 15858516.
HSL color Cylindrical-coordinate representation of color #54FBF1: hue angle of 176.41º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FBF1 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 251 | 241 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.02 |
| HSL | 176.41º | 0.95% | 0.66% | - |
| HSV(B) | 176.41º | 0.67% | 0.98% | - |
| XYZ | 54.03 | 77.23 | 95.28 | - |
| YUV | 199.93 | 151.17 | 45.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 251 | 241 | 0.67 | 0 | 0.04 | 0.02 | 176.41 | 0.95 | 0.66 |
| Hex | 54 | FB | F1 | 43 | 0 | 4 | 2 | B0 | 5F | 42 |
| Octal | 124 | 373 | 361 | 103 | 0 | 4 | 2 | 260 | 137 | 102 |
| Binary | 1010100 | 11111011 | 11110001 | 1000011 | 0 | 100 | 10 | 10110000 | 1011111 | 1000010 |
Color Harmonies of #54FBF1
Complementary color
Monochromatic Colors of #54FBF1
Black with #54FBF1
Text Example
Text Example
White with #54FBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FBF1; }
p { color: rgb(84,251,241); }
H1.HeaderClassName
{
color: #54FBF1;
}
.AnyTagClassName
{
color: #54FBF1;
}
</style>
background-color css
<style>
a { background-color: #54FBF1; }
a { background-color: rgb(84,251,241); }
div.DivClassName
{
background-color: #54FBF1;
}
.BgClassName
{
background-color: #54FBF1;
}
</style>
border-color css
<style>
span { border-color: #54FBF1; }
span { border-color: rgb(84,251,241); }
td.TdClassName
{
border-color: #54FBF1;
}
.TagClassName
{
border-color: #54FBF1;
}
</style>