Shades of Baby Blue #54FDFF
Tints of Baby Blue #54FDFF
RGB
CMYK
RGB Variations
Color information
#54FDFF (or 0x54FDFF) is known color: Baby Blue. HEX triplet: 54, FD and FF. RGB value is (84,253,255). Sum of RGB (Red+Green+Blue) = 84+253+255=592 (78% of max value = 765). Red value is 84 (33.20% from 255 or 14.19% from 592); Green value is 253 (99.22% from 255 or 42.74% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #54FDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FDFF is #AB0200. Grayscale: #CACACA. Windows color (decimal): -11207169 or 16776532. OLE color: 16776532.
HSL color Cylindrical-coordinate representation of color #54FDFF: hue angle of 180.7º 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 #54FDFF is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 253 | 255 | - |
| CMYK | 0.67 | 0.01 | 0 | 0 |
| HSL | 180.7º | 1% | 0.66% | - |
| HSV(B) | 180.7º | 0.67% | 1% | - |
| XYZ | 56.83 | 79.36 | 106.93 | - |
| YUV | 202.7 | 157.51 | 43.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 253 | 255 | 0.67 | 0.01 | 0 | 0 | 180.7 | 1 | 0.66 |
| Hex | 54 | FD | FF | 43 | 1 | 0 | 0 | B5 | 64 | 42 |
| Octal | 124 | 375 | 377 | 103 | 1 | 0 | 0 | 265 | 144 | 102 |
| Binary | 1010100 | 11111101 | 11111111 | 1000011 | 1 | 0 | 0 | 10110101 | 1100100 | 1000010 |
Color Harmonies of #54FDFF
Complementary color
Monochromatic Colors of #54FDFF
Black with #54FDFF
Text Example
Text Example
White with #54FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FDFF; }
p { color: rgb(84,253,255); }
H1.HeaderClassName
{
color: #54FDFF;
}
.AnyTagClassName
{
color: #54FDFF;
}
</style>
background-color css
<style>
a { background-color: #54FDFF; }
a { background-color: rgb(84,253,255); }
div.DivClassName
{
background-color: #54FDFF;
}
.BgClassName
{
background-color: #54FDFF;
}
</style>
border-color css
<style>
span { border-color: #54FDFF; }
span { border-color: rgb(84,253,255); }
td.TdClassName
{
border-color: #54FDFF;
}
.TagClassName
{
border-color: #54FDFF;
}
</style>