Shades of Baby Blue #54F8FE
Tints of Baby Blue #54F8FE
RGB
CMYK
RGB Variations
Color information
#54F8FE (or 0x54F8FE) is known color: Baby Blue. HEX triplet: 54, F8 and FE. RGB value is (84,248,254). Sum of RGB (Red+Green+Blue) = 84+248+254=586 (77% of max value = 765). Red value is 84 (33.20% from 255 or 14.33% from 586); Green value is 248 (97.27% from 255 or 42.32% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #54F8FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54F8FE is #AB0701. Grayscale: #C7C7C7. Windows color (decimal): -11208450 or 16709716. OLE color: 16709716.
HSL color Cylindrical-coordinate representation of color #54F8FE: hue angle of 182.12º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54F8FE is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 248 | 254 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.00 |
| HSL | 182.12º | 0.99% | 0.66% | - |
| HSV(B) | 182.12º | 0.67% | 1% | - |
| XYZ | 55.11 | 76.18 | 105.56 | - |
| YUV | 199.65 | 158.67 | 45.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 248 | 254 | 0.67 | 0.02 | 0 | 0.00 | 182.12 | 0.99 | 0.66 |
| Hex | 54 | F8 | FE | 43 | 2 | 0 | 0 | B6 | 63 | 42 |
| Octal | 124 | 370 | 376 | 103 | 2 | 0 | 0 | 266 | 143 | 102 |
| Binary | 1010100 | 11111000 | 11111110 | 1000011 | 10 | 0 | 0 | 10110110 | 1100011 | 1000010 |
Color Harmonies of #54F8FE
Complementary color
Monochromatic Colors of #54F8FE
Black with #54F8FE
Text Example
Text Example
White with #54F8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F8FE; }
p { color: rgb(84,248,254); }
H1.HeaderClassName
{
color: #54F8FE;
}
.AnyTagClassName
{
color: #54F8FE;
}
</style>
background-color css
<style>
a { background-color: #54F8FE; }
a { background-color: rgb(84,248,254); }
div.DivClassName
{
background-color: #54F8FE;
}
.BgClassName
{
background-color: #54F8FE;
}
</style>
border-color css
<style>
span { border-color: #54F8FE; }
span { border-color: rgb(84,248,254); }
td.TdClassName
{
border-color: #54F8FE;
}
.TagClassName
{
border-color: #54F8FE;
}
</style>