Shades of Baby Blue #54FAFF
Tints of Baby Blue #54FAFF
RGB
CMYK
RGB Variations
Color information
#54FAFF (or 0x54FAFF) is known color: Baby Blue. HEX triplet: 54, FA and FF. RGB value is (84,250,255). Sum of RGB (Red+Green+Blue) = 84+250+255=589 (78% of max value = 765). Red value is 84 (33.20% from 255 or 14.26% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #54FAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FAFF is #AB0500. Grayscale: #C8C8C8. Windows color (decimal): -11207937 or 16775764. OLE color: 16775764.
HSL color Cylindrical-coordinate representation of color #54FAFF: hue angle of 181.75º 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 #54FAFF is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 250 | 255 | - |
| CMYK | 0.67 | 0.02 | 0 | 0 |
| HSL | 181.75º | 1% | 0.66% | - |
| HSV(B) | 181.75º | 0.67% | 1% | - |
| XYZ | 55.89 | 77.48 | 106.62 | - |
| YUV | 200.94 | 158.5 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 250 | 255 | 0.67 | 0.02 | 0 | 0 | 181.75 | 1 | 0.66 |
| Hex | 54 | FA | FF | 43 | 2 | 0 | 0 | B6 | 64 | 42 |
| Octal | 124 | 372 | 377 | 103 | 2 | 0 | 0 | 266 | 144 | 102 |
| Binary | 1010100 | 11111010 | 11111111 | 1000011 | 10 | 0 | 0 | 10110110 | 1100100 | 1000010 |
Color Harmonies of #54FAFF
Complementary color
Monochromatic Colors of #54FAFF
Black with #54FAFF
Text Example
Text Example
White with #54FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FAFF; }
p { color: rgb(84,250,255); }
H1.HeaderClassName
{
color: #54FAFF;
}
.AnyTagClassName
{
color: #54FAFF;
}
</style>
background-color css
<style>
a { background-color: #54FAFF; }
a { background-color: rgb(84,250,255); }
div.DivClassName
{
background-color: #54FAFF;
}
.BgClassName
{
background-color: #54FAFF;
}
</style>
border-color css
<style>
span { border-color: #54FAFF; }
span { border-color: rgb(84,250,255); }
td.TdClassName
{
border-color: #54FAFF;
}
.TagClassName
{
border-color: #54FAFF;
}
</style>