Shades of Baby Blue #54EAFF
Tints of Baby Blue #54EAFF
RGB
CMYK
RGB Variations
Color information
#54EAFF (or 0x54EAFF) is known color: Baby Blue. HEX triplet: 54, EA and FF. RGB value is (84,234,255). Sum of RGB (Red+Green+Blue) = 84+234+255=573 (75% of max value = 765). Red value is 84 (33.20% from 255 or 14.66% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #54EAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EAFF is #AB1500. Grayscale: #BFBFBF. Windows color (decimal): -11212033 or 16771668. OLE color: 16771668.
HSL color Cylindrical-coordinate representation of color #54EAFF: hue angle of 187.37º 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 #54EAFF is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 234 | 255 | - |
| CMYK | 0.67 | 0.08 | 0 | 0 |
| HSL | 187.37º | 1% | 0.66% | - |
| HSV(B) | 187.37º | 0.67% | 1% | - |
| XYZ | 51.13 | 67.95 | 105.03 | - |
| YUV | 191.54 | 163.81 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 234 | 255 | 0.67 | 0.08 | 0 | 0 | 187.37 | 1 | 0.66 |
| Hex | 54 | EA | FF | 43 | 8 | 0 | 0 | BB | 64 | 42 |
| Octal | 124 | 352 | 377 | 103 | 10 | 0 | 0 | 273 | 144 | 102 |
| Binary | 1010100 | 11101010 | 11111111 | 1000011 | 1000 | 0 | 0 | 10111011 | 1100100 | 1000010 |
Color Harmonies of #54EAFF
Complementary color
Monochromatic Colors of #54EAFF
Black with #54EAFF
Text Example
Text Example
White with #54EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EAFF; }
p { color: rgb(84,234,255); }
H1.HeaderClassName
{
color: #54EAFF;
}
.AnyTagClassName
{
color: #54EAFF;
}
</style>
background-color css
<style>
a { background-color: #54EAFF; }
a { background-color: rgb(84,234,255); }
div.DivClassName
{
background-color: #54EAFF;
}
.BgClassName
{
background-color: #54EAFF;
}
</style>
border-color css
<style>
span { border-color: #54EAFF; }
span { border-color: rgb(84,234,255); }
td.TdClassName
{
border-color: #54EAFF;
}
.TagClassName
{
border-color: #54EAFF;
}
</style>