Shades of Baby Blue #54EFFB
Tints of Baby Blue #54EFFB
RGB
CMYK
RGB Variations
Color information
#54EFFB (or 0x54EFFB) is known color: Baby Blue. HEX triplet: 54, EF and FB. RGB value is (84,239,251). Sum of RGB (Red+Green+Blue) = 84+239+251=574 (76% of max value = 765). Red value is 84 (33.20% from 255 or 14.63% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #54EFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EFFB is #AB1004. Grayscale: #C1C1C1. Windows color (decimal): -11210757 or 16510804. OLE color: 16510804.
HSL color Cylindrical-coordinate representation of color #54EFFB: hue angle of 184.31º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54EFFB is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 239 | 251 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.02 |
| HSL | 184.31º | 0.95% | 0.66% | - |
| HSV(B) | 184.31º | 0.67% | 0.98% | - |
| XYZ | 51.94 | 70.58 | 102.15 | - |
| YUV | 194.02 | 160.15 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 239 | 251 | 0.67 | 0.05 | 0 | 0.02 | 184.31 | 0.95 | 0.66 |
| Hex | 54 | EF | FB | 43 | 5 | 0 | 2 | B8 | 5F | 42 |
| Octal | 124 | 357 | 373 | 103 | 5 | 0 | 2 | 270 | 137 | 102 |
| Binary | 1010100 | 11101111 | 11111011 | 1000011 | 101 | 0 | 10 | 10111000 | 1011111 | 1000010 |
Color Harmonies of #54EFFB
Complementary color
Monochromatic Colors of #54EFFB
Black with #54EFFB
Text Example
Text Example
White with #54EFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EFFB; }
p { color: rgb(84,239,251); }
H1.HeaderClassName
{
color: #54EFFB;
}
.AnyTagClassName
{
color: #54EFFB;
}
</style>
background-color css
<style>
a { background-color: #54EFFB; }
a { background-color: rgb(84,239,251); }
div.DivClassName
{
background-color: #54EFFB;
}
.BgClassName
{
background-color: #54EFFB;
}
</style>
border-color css
<style>
span { border-color: #54EFFB; }
span { border-color: rgb(84,239,251); }
td.TdClassName
{
border-color: #54EFFB;
}
.TagClassName
{
border-color: #54EFFB;
}
</style>