Shades of Baby Blue #54FFF8
Tints of Baby Blue #54FFF8
RGB
CMYK
RGB Variations
Color information
#54FFF8 (or 0x54FFF8) is known color: Baby Blue. HEX triplet: 54, FF and F8. RGB value is (84,255,248). Sum of RGB (Red+Green+Blue) = 84+255+248=587 (77% of max value = 765). Red value is 84 (33.20% from 255 or 14.31% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 248 (97.27% from 255 or 42.25% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FFF8 is #AB0007. Grayscale: #CACACA. Windows color (decimal): -11206664 or 16318292. OLE color: 16318292.
HSL color Cylindrical-coordinate representation of color #54FFF8: hue angle of 177.54º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FFF8 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 248 | - |
| CMYK | 0.67 | 0 | 0.03 | 0 |
| HSL | 177.54º | 1% | 0.66% | - |
| HSV(B) | 177.54º | 0.67% | 1% | - |
| XYZ | 56.36 | 80.18 | 101.31 | - |
| YUV | 203.07 | 153.35 | 43.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 248 | 0.67 | 0 | 0.03 | 0 | 177.54 | 1 | 0.66 |
| Hex | 54 | FF | F8 | 43 | 0 | 3 | 0 | B2 | 64 | 42 |
| Octal | 124 | 377 | 370 | 103 | 0 | 3 | 0 | 262 | 144 | 102 |
| Binary | 1010100 | 11111111 | 11111000 | 1000011 | 0 | 11 | 0 | 10110010 | 1100100 | 1000010 |
Color Harmonies of #54FFF8
Complementary color
Monochromatic Colors of #54FFF8
Black with #54FFF8
Text Example
Text Example
White with #54FFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FFF8; }
p { color: rgb(84,255,248); }
H1.HeaderClassName
{
color: #54FFF8;
}
.AnyTagClassName
{
color: #54FFF8;
}
</style>
background-color css
<style>
a { background-color: #54FFF8; }
a { background-color: rgb(84,255,248); }
div.DivClassName
{
background-color: #54FFF8;
}
.BgClassName
{
background-color: #54FFF8;
}
</style>
border-color css
<style>
span { border-color: #54FFF8; }
span { border-color: rgb(84,255,248); }
td.TdClassName
{
border-color: #54FFF8;
}
.TagClassName
{
border-color: #54FFF8;
}
</style>