Shades of Baby Blue #54FAFE
Tints of Baby Blue #54FAFE
RGB
CMYK
RGB Variations
Color information
#54FAFE (or 0x54FAFE) is known color: Baby Blue. HEX triplet: 54, FA and FE. RGB value is (84,250,254). Sum of RGB (Red+Green+Blue) = 84+250+254=588 (77% of max value = 765). Red value is 84 (33.20% from 255 or 14.29% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #54FAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FAFE is #AB0501. Grayscale: #C8C8C8. Windows color (decimal): -11207938 or 16710228. OLE color: 16710228.
HSL color Cylindrical-coordinate representation of color #54FAFE: hue angle of 181.41º 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 #54FAFE is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 250 | 254 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.00 |
| HSL | 181.41º | 0.99% | 0.66% | - |
| HSV(B) | 181.41º | 0.67% | 1% | - |
| XYZ | 55.73 | 77.41 | 105.77 | - |
| YUV | 200.82 | 158 | 44.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 250 | 254 | 0.67 | 0.02 | 0 | 0.00 | 181.41 | 0.99 | 0.66 |
| Hex | 54 | FA | FE | 43 | 2 | 0 | 0 | B5 | 63 | 42 |
| Octal | 124 | 372 | 376 | 103 | 2 | 0 | 0 | 265 | 143 | 102 |
| Binary | 1010100 | 11111010 | 11111110 | 1000011 | 10 | 0 | 0 | 10110101 | 1100011 | 1000010 |
Color Harmonies of #54FAFE
Complementary color
Monochromatic Colors of #54FAFE
Black with #54FAFE
Text Example
Text Example
White with #54FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FAFE; }
p { color: rgb(84,250,254); }
H1.HeaderClassName
{
color: #54FAFE;
}
.AnyTagClassName
{
color: #54FAFE;
}
</style>
background-color css
<style>
a { background-color: #54FAFE; }
a { background-color: rgb(84,250,254); }
div.DivClassName
{
background-color: #54FAFE;
}
.BgClassName
{
background-color: #54FAFE;
}
</style>
border-color css
<style>
span { border-color: #54FAFE; }
span { border-color: rgb(84,250,254); }
td.TdClassName
{
border-color: #54FAFE;
}
.TagClassName
{
border-color: #54FAFE;
}
</style>