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