Shades of Baby Blue #54F0FC
Tints of Baby Blue #54F0FC
RGB
CMYK
RGB Variations
Color information
#54F0FC (or 0x54F0FC) is known color: Baby Blue. HEX triplet: 54, F0 and FC. RGB value is (84,240,252). Sum of RGB (Red+Green+Blue) = 84+240+252=576 (76% of max value = 765). Red value is 84 (33.20% from 255 or 14.58% from 576); Green value is 240 (94.14% from 255 or 41.67% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #54F0FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54F0FC is #AB0F03. Grayscale: #C2C2C2. Windows color (decimal): -11210500 or 16576596. OLE color: 16576596.
HSL color Cylindrical-coordinate representation of color #54F0FC: hue angle of 184.29º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54F0FC is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 240 | 252 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.01 |
| HSL | 184.29º | 0.97% | 0.66% | - |
| HSV(B) | 184.29º | 0.67% | 0.99% | - |
| XYZ | 52.39 | 71.23 | 103.08 | - |
| YUV | 194.72 | 160.32 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 240 | 252 | 0.67 | 0.05 | 0 | 0.01 | 184.29 | 0.97 | 0.66 |
| Hex | 54 | F0 | FC | 43 | 5 | 0 | 1 | B8 | 61 | 42 |
| Octal | 124 | 360 | 374 | 103 | 5 | 0 | 1 | 270 | 141 | 102 |
| Binary | 1010100 | 11110000 | 11111100 | 1000011 | 101 | 0 | 1 | 10111000 | 1100001 | 1000010 |
Color Harmonies of #54F0FC
Complementary color
Monochromatic Colors of #54F0FC
Black with #54F0FC
Text Example
Text Example
White with #54F0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F0FC; }
p { color: rgb(84,240,252); }
H1.HeaderClassName
{
color: #54F0FC;
}
.AnyTagClassName
{
color: #54F0FC;
}
</style>
background-color css
<style>
a { background-color: #54F0FC; }
a { background-color: rgb(84,240,252); }
div.DivClassName
{
background-color: #54F0FC;
}
.BgClassName
{
background-color: #54F0FC;
}
</style>
border-color css
<style>
span { border-color: #54F0FC; }
span { border-color: rgb(84,240,252); }
td.TdClassName
{
border-color: #54F0FC;
}
.TagClassName
{
border-color: #54F0FC;
}
</style>