Shades of Baby Blue #54FCFC
Tints of Baby Blue #54FCFC
RGB
CMYK
RGB Variations
Color information
#54FCFC (or 0x54FCFC) is known color: Baby Blue. HEX triplet: 54, FC and FC. RGB value is (84,252,252). Sum of RGB (Red+Green+Blue) = 84+252+252=588 (77% of max value = 765). Red value is 84 (33.20% from 255 or 14.29% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #54FCFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FCFC is #AB0303. Grayscale: #C9C9C9. Windows color (decimal): -11207428 or 16579668. OLE color: 16579668.
HSL color Cylindrical-coordinate representation of color #54FCFC: hue angle of 180º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FCFC is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 252 | 252 | - |
| CMYK | 0.67 | 0 | 0 | 0.01 |
| HSL | 180º | 0.97% | 0.66% | - |
| HSV(B) | 180º | 0.67% | 0.99% | - |
| XYZ | 56.04 | 78.53 | 104.3 | - |
| YUV | 201.77 | 156.34 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 252 | 252 | 0.67 | 0 | 0 | 0.01 | 180 | 0.97 | 0.66 |
| Hex | 54 | FC | FC | 43 | 0 | 0 | 1 | B4 | 61 | 42 |
| Octal | 124 | 374 | 374 | 103 | 0 | 0 | 1 | 264 | 141 | 102 |
| Binary | 1010100 | 11111100 | 11111100 | 1000011 | 0 | 0 | 1 | 10110100 | 1100001 | 1000010 |
Color Harmonies of #54FCFC
Complementary color
Monochromatic Colors of #54FCFC
Black with #54FCFC
Text Example
Text Example
White with #54FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FCFC; }
p { color: rgb(84,252,252); }
H1.HeaderClassName
{
color: #54FCFC;
}
.AnyTagClassName
{
color: #54FCFC;
}
</style>
background-color css
<style>
a { background-color: #54FCFC; }
a { background-color: rgb(84,252,252); }
div.DivClassName
{
background-color: #54FCFC;
}
.BgClassName
{
background-color: #54FCFC;
}
</style>
border-color css
<style>
span { border-color: #54FCFC; }
span { border-color: rgb(84,252,252); }
td.TdClassName
{
border-color: #54FCFC;
}
.TagClassName
{
border-color: #54FCFC;
}
</style>