Shades of Baby Blue #54FCFE
Tints of Baby Blue #54FCFE
RGB
CMYK
RGB Variations
Color information
#54FCFE (or 0x54FCFE) is known color: Baby Blue. HEX triplet: 54, FC and FE. RGB value is (84,252,254). Sum of RGB (Red+Green+Blue) = 84+252+254=590 (78% of max value = 765). Red value is 84 (33.20% from 255 or 14.24% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #54FCFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FCFE is #AB0301. Grayscale: #C9C9C9. Windows color (decimal): -11207426 or 16710740. OLE color: 16710740.
HSL color Cylindrical-coordinate representation of color #54FCFE: hue angle of 180.71º 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 #54FCFE is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 252 | 254 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.00 |
| HSL | 180.71º | 0.99% | 0.66% | - |
| HSV(B) | 180.71º | 0.67% | 1% | - |
| XYZ | 56.36 | 78.66 | 105.98 | - |
| YUV | 202 | 157.34 | 43.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 252 | 254 | 0.67 | 0.01 | 0 | 0.00 | 180.71 | 0.99 | 0.66 |
| Hex | 54 | FC | FE | 43 | 1 | 0 | 0 | B5 | 63 | 42 |
| Octal | 124 | 374 | 376 | 103 | 1 | 0 | 0 | 265 | 143 | 102 |
| Binary | 1010100 | 11111100 | 11111110 | 1000011 | 1 | 0 | 0 | 10110101 | 1100011 | 1000010 |
Color Harmonies of #54FCFE
Complementary color
Monochromatic Colors of #54FCFE
Black with #54FCFE
Text Example
Text Example
White with #54FCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FCFE; }
p { color: rgb(84,252,254); }
H1.HeaderClassName
{
color: #54FCFE;
}
.AnyTagClassName
{
color: #54FCFE;
}
</style>
background-color css
<style>
a { background-color: #54FCFE; }
a { background-color: rgb(84,252,254); }
div.DivClassName
{
background-color: #54FCFE;
}
.BgClassName
{
background-color: #54FCFE;
}
</style>
border-color css
<style>
span { border-color: #54FCFE; }
span { border-color: rgb(84,252,254); }
td.TdClassName
{
border-color: #54FCFE;
}
.TagClassName
{
border-color: #54FCFE;
}
</style>