Shades of Baby Blue #54FAF2
Tints of Baby Blue #54FAF2
RGB
CMYK
RGB Variations
Color information
#54FAF2 (or 0x54FAF2) is known color: Baby Blue. HEX triplet: 54, FA and F2. RGB value is (84,250,242). Sum of RGB (Red+Green+Blue) = 84+250+242=576 (76% of max value = 765). Red value is 84 (33.20% from 255 or 14.58% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #54FAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FAF2 is #AB050D. Grayscale: #C7C7C7. Windows color (decimal): -11207950 or 15923796. OLE color: 15923796.
HSL color Cylindrical-coordinate representation of color #54FAF2: hue angle of 177.11º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54FAF2 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 250 | 242 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.02 |
| HSL | 177.11º | 0.94% | 0.65% | - |
| HSV(B) | 177.11º | 0.66% | 0.98% | - |
| XYZ | 53.87 | 76.67 | 95.96 | - |
| YUV | 199.45 | 152 | 45.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 250 | 242 | 0.66 | 0 | 0.03 | 0.02 | 177.11 | 0.94 | 0.65 |
| Hex | 54 | FA | F2 | 42 | 0 | 3 | 2 | B1 | 5E | 41 |
| Octal | 124 | 372 | 362 | 102 | 0 | 3 | 2 | 261 | 136 | 101 |
| Binary | 1010100 | 11111010 | 11110010 | 1000010 | 0 | 11 | 10 | 10110001 | 1011110 | 1000001 |
Color Harmonies of #54FAF2
Complementary color
Monochromatic Colors of #54FAF2
Black with #54FAF2
Text Example
Text Example
White with #54FAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FAF2; }
p { color: rgb(84,250,242); }
H1.HeaderClassName
{
color: #54FAF2;
}
.AnyTagClassName
{
color: #54FAF2;
}
</style>
background-color css
<style>
a { background-color: #54FAF2; }
a { background-color: rgb(84,250,242); }
div.DivClassName
{
background-color: #54FAF2;
}
.BgClassName
{
background-color: #54FAF2;
}
</style>
border-color css
<style>
span { border-color: #54FAF2; }
span { border-color: rgb(84,250,242); }
td.TdClassName
{
border-color: #54FAF2;
}
.TagClassName
{
border-color: #54FAF2;
}
</style>