Shades of Baby Blue #56FCFC
Tints of Baby Blue #56FCFC
RGB
CMYK
RGB Variations
Color information
#56FCFC (or 0x56FCFC) is known color: Baby Blue. HEX triplet: 56, FC and FC. RGB value is (86,252,252). Sum of RGB (Red+Green+Blue) = 86+252+252=590 (78% of max value = 765). Red value is 86 (33.98% from 255 or 14.58% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #56FCFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56FCFC is #A90303. Grayscale: #CACACA. Windows color (decimal): -11076356 or 16579670. OLE color: 16579670.
HSL color Cylindrical-coordinate representation of color #56FCFC: 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.66%. Process color model (Four color, CMYK) of #56FCFC is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 252 | 252 | - |
| CMYK | 0.66 | 0 | 0 | 0.01 |
| HSL | 180º | 0.97% | 0.66% | - |
| HSV(B) | 180º | 0.66% | 0.99% | - |
| XYZ | 56.22 | 78.63 | 104.31 | - |
| YUV | 202.37 | 156 | 45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 252 | 252 | 0.66 | 0 | 0 | 0.01 | 180 | 0.97 | 0.66 |
| Hex | 56 | FC | FC | 42 | 0 | 0 | 1 | B4 | 61 | 42 |
| Octal | 126 | 374 | 374 | 102 | 0 | 0 | 1 | 264 | 141 | 102 |
| Binary | 1010110 | 11111100 | 11111100 | 1000010 | 0 | 0 | 1 | 10110100 | 1100001 | 1000010 |
Color Harmonies of #56FCFC
Complementary color
Monochromatic Colors of #56FCFC
Black with #56FCFC
Text Example
Text Example
White with #56FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FCFC; }
p { color: rgb(86,252,252); }
H1.HeaderClassName
{
color: #56FCFC;
}
.AnyTagClassName
{
color: #56FCFC;
}
</style>
background-color css
<style>
a { background-color: #56FCFC; }
a { background-color: rgb(86,252,252); }
div.DivClassName
{
background-color: #56FCFC;
}
.BgClassName
{
background-color: #56FCFC;
}
</style>
border-color css
<style>
span { border-color: #56FCFC; }
span { border-color: rgb(86,252,252); }
td.TdClassName
{
border-color: #56FCFC;
}
.TagClassName
{
border-color: #56FCFC;
}
</style>