Shades of Baby Blue #54FFFF
Tints of Baby Blue #54FFFF
RGB
CMYK
RGB Variations
Color information
#54FFFF (or 0x54FFFF) is known color: Baby Blue. HEX triplet: 54, FF and FF. RGB value is (84,255,255). Sum of RGB (Red+Green+Blue) = 84+255+255=594 (78% of max value = 765). Red value is 84 (33.20% from 255 or 14.14% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #54FFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FFFF is #AB0000. Grayscale: #CBCBCB. Windows color (decimal): -11206657 or 16777044. OLE color: 16777044.
HSL color Cylindrical-coordinate representation of color #54FFFF: hue angle of 180º 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 #54FFFF is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 255 | - |
| CMYK | 0.67 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.66% | - |
| HSV(B) | 180º | 0.67% | 1% | - |
| XYZ | 57.47 | 80.62 | 107.14 | - |
| YUV | 203.87 | 156.85 | 42.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 255 | 0.67 | 0 | 0 | 0 | 180 | 1 | 0.66 |
| Hex | 54 | FF | FF | 43 | 0 | 0 | 0 | B4 | 64 | 42 |
| Octal | 124 | 377 | 377 | 103 | 0 | 0 | 0 | 264 | 144 | 102 |
| Binary | 1010100 | 11111111 | 11111111 | 1000011 | 0 | 0 | 0 | 10110100 | 1100100 | 1000010 |
Color Harmonies of #54FFFF
Complementary color
Monochromatic Colors of #54FFFF
Black with #54FFFF
Text Example
Text Example
White with #54FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FFFF; }
p { color: rgb(84,255,255); }
H1.HeaderClassName
{
color: #54FFFF;
}
.AnyTagClassName
{
color: #54FFFF;
}
</style>
background-color css
<style>
a { background-color: #54FFFF; }
a { background-color: rgb(84,255,255); }
div.DivClassName
{
background-color: #54FFFF;
}
.BgClassName
{
background-color: #54FFFF;
}
</style>
border-color css
<style>
span { border-color: #54FFFF; }
span { border-color: rgb(84,255,255); }
td.TdClassName
{
border-color: #54FFFF;
}
.TagClassName
{
border-color: #54FFFF;
}
</style>