Shades of Baby Blue #54FAE7
Tints of Baby Blue #54FAE7
RGB
CMYK
RGB Variations
Color information
#54FAE7 (or 0x54FAE7) is known color: Baby Blue. HEX triplet: 54, FA and E7. RGB value is (84,250,231). Sum of RGB (Red+Green+Blue) = 84+250+231=565 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.87% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #54FAE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FAE7 is #AB0518. Grayscale: #C6C6C6. Windows color (decimal): -11207961 or 15202900. OLE color: 15202900.
HSL color Cylindrical-coordinate representation of color #54FAE7: hue angle of 173.13º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54FAE7 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 250 | 231 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.02 |
| HSL | 173.13º | 0.94% | 0.65% | - |
| HSV(B) | 173.13º | 0.66% | 0.98% | - |
| XYZ | 52.27 | 76.03 | 87.52 | - |
| YUV | 198.2 | 146.5 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 250 | 231 | 0.66 | 0 | 0.08 | 0.02 | 173.13 | 0.94 | 0.65 |
| Hex | 54 | FA | E7 | 42 | 0 | 8 | 2 | AD | 5E | 41 |
| Octal | 124 | 372 | 347 | 102 | 0 | 10 | 2 | 255 | 136 | 101 |
| Binary | 1010100 | 11111010 | 11100111 | 1000010 | 0 | 1000 | 10 | 10101101 | 1011110 | 1000001 |
Color Harmonies of #54FAE7
Complementary color
Monochromatic Colors of #54FAE7
Black with #54FAE7
Text Example
Text Example
White with #54FAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FAE7; }
p { color: rgb(84,250,231); }
H1.HeaderClassName
{
color: #54FAE7;
}
.AnyTagClassName
{
color: #54FAE7;
}
</style>
background-color css
<style>
a { background-color: #54FAE7; }
a { background-color: rgb(84,250,231); }
div.DivClassName
{
background-color: #54FAE7;
}
.BgClassName
{
background-color: #54FAE7;
}
</style>
border-color css
<style>
span { border-color: #54FAE7; }
span { border-color: rgb(84,250,231); }
td.TdClassName
{
border-color: #54FAE7;
}
.TagClassName
{
border-color: #54FAE7;
}
</style>